no message
This commit is contained in:
@@ -545,8 +545,8 @@ boolean test_only;
|
|||||||
} else if (tunnels(youmonst.data) && !needspick(youmonst.data)) {
|
} else if (tunnels(youmonst.data) && !needspick(youmonst.data)) {
|
||||||
/* Eat the rock. */
|
/* Eat the rock. */
|
||||||
if (!test_only && still_chewing(x,y)) return FALSE;
|
if (!test_only && still_chewing(x,y)) return FALSE;
|
||||||
} else if (flags.autodig && !flags.run && !flags.nopick &&
|
} else if (flags.autodig && !flags.run && !flags.nopick && uwep &&
|
||||||
(uwep && (uwep->otyp == PICK_AXE || uwep->otyp == DWARVISH_MATTOCK))) {
|
(uwep->otyp == PICK_AXE || uwep->otyp == DWARVISH_MATTOCK)) {
|
||||||
/* MRKR: Automatic digging when wielding the appropriate tool */
|
/* MRKR: Automatic digging when wielding the appropriate tool */
|
||||||
if (!test_only) {
|
if (!test_only) {
|
||||||
use_pick_axe2(uwep);
|
use_pick_axe2(uwep);
|
||||||
|
|||||||
Reference in New Issue
Block a user