diff --git a/src/mon.c b/src/mon.c index cf51f083a..cec987a86 100644 --- a/src/mon.c +++ b/src/mon.c @@ -1050,8 +1050,7 @@ movemon_singlemon(struct monst *mtmp) && fightm(mtmp)) return FALSE; /* mon might have died */ } - if (dochugw(mtmp, TRUE)) /* otherwise just move the monster */ - return FALSE; + dochugw(mtmp, TRUE); /* otherwise just move the monster */ return FALSE; }