v1.2.3: removed debug code that caused cached rations to not cap

This commit is contained in:
Evan Debenham
2022-04-12 16:49:21 -04:00
parent cdfb25586e
commit 4125c5985f

View File

@@ -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);
}
}
}