v0.3.0c: plants are now visible from the fog of war
This commit is contained in:
parent
d14742fda0
commit
fb2c4c40c4
|
@ -78,8 +78,6 @@ public class PlantSprite extends Image {
|
|||
public void update() {
|
||||
super.update();
|
||||
|
||||
visible = pos == -1 || Dungeon.visible[pos];
|
||||
|
||||
switch (state) {
|
||||
case GROWING:
|
||||
if ((time -= Game.elapsed) <= 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user