Skip to content

Commit

Permalink
Decommission Juiblex Express
Browse files Browse the repository at this point in the history
  • Loading branch information
paxed committed Oct 3, 2023
1 parent f0698e1 commit 2402e6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wizard.c
Expand Up @@ -361,6 +361,10 @@ tactics(struct monst *mtmp)
switch (strat) {
case STRAT_HEAL: /* hide and recover */
mx = mtmp->mx, my = mtmp->my;

if (u.uswallow && u.ustuck == mtmp)
expels(mtmp, mtmp->data, TRUE);

/* if wounded, hole up on or near the stairs (to block them) */
choose_stairs(&sx, &sy, (mtmp->m_id % 2));
mtmp->mavenge = 1; /* covetous monsters attack while fleeing */
Expand Down

0 comments on commit 2402e6a

Please sign in to comment.