v0.9.2: fixed supercharged DM-300 digging while not hunting
This commit is contained in:
@@ -517,7 +517,7 @@ public class NewDM300 extends Mob {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
if (!supercharged || rooted || target == pos || Dungeon.level.adjacent(pos, target)) {
|
||||
if (!supercharged || state != HUNTING || rooted || target == pos || Dungeon.level.adjacent(pos, target)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user