diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java index 35f70e952..85523caac 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java @@ -440,7 +440,7 @@ public abstract class RegularLevel extends Level { losBlocking[cell] = false; } drop(new SmallRation(), cell).type = Heap.Type.CHEST; - //dropped.countUp(1); + dropped.countUp(1); } } }