v0.3.3a: fixed wand of prismatic light not prolonging light buff

This commit is contained in:
Evan Debenham 2015-12-23 04:38:26 -05:00
parent 69a377c53f
commit 77b4863b48

View File

@ -68,7 +68,7 @@ public class WandOfPrismaticLight extends Wand {
}
affectMap(beam);
if (curUser.viewDistance < 4)
if (Dungeon.level.viewDistance < 4)
Buff.prolong( curUser, Light.class, 10f+level()*5);
}