v2.4.0: actMine is now private

This commit is contained in:
Evan Debenham
2024-02-24 13:49:20 -05:00
parent e67d25967c
commit 38332aa207

View File

@@ -1155,7 +1155,7 @@ public class Hero extends Char {
} }
} }
public boolean actMine(HeroAction.Mine action){ private boolean actMine(HeroAction.Mine action){
if (Dungeon.level.adjacent(pos, action.dst)){ if (Dungeon.level.adjacent(pos, action.dst)){
path = null; path = null;
if ((Dungeon.level.map[action.dst] == Terrain.WALL if ((Dungeon.level.map[action.dst] == Terrain.WALL