v1.2.3: removed debug code that caused cached rations to not cap
This commit is contained in:
@@ -440,7 +440,7 @@ public abstract class RegularLevel extends Level {
|
|||||||
losBlocking[cell] = false;
|
losBlocking[cell] = false;
|
||||||
}
|
}
|
||||||
drop(new SmallRation(), cell).type = Heap.Type.CHEST;
|
drop(new SmallRation(), cell).type = Heap.Type.CHEST;
|
||||||
//dropped.countUp(1);
|
dropped.countUp(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user