v0.3.3a: fixed wand of prismatic light not prolonging light buff
This commit is contained in:
@@ -68,7 +68,7 @@ public class WandOfPrismaticLight extends Wand {
|
|||||||
}
|
}
|
||||||
affectMap(beam);
|
affectMap(beam);
|
||||||
|
|
||||||
if (curUser.viewDistance < 4)
|
if (Dungeon.level.viewDistance < 4)
|
||||||
Buff.prolong( curUser, Light.class, 10f+level()*5);
|
Buff.prolong( curUser, Light.class, 10f+level()*5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user