Decommission Juiblex Express

This commit is contained in:
Pasi Kallinen
2023-10-03 10:57:29 +03:00
parent f0698e1dca
commit 2402e6ad4d
+4
View File
@@ -361,6 +361,10 @@ tactics(struct monst *mtmp)
switch (strat) { switch (strat) {
case STRAT_HEAL: /* hide and recover */ case STRAT_HEAL: /* hide and recover */
mx = mtmp->mx, my = mtmp->my; 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) */ /* if wounded, hole up on or near the stairs (to block them) */
choose_stairs(&sx, &sy, (mtmp->m_id % 2)); choose_stairs(&sx, &sy, (mtmp->m_id % 2));
mtmp->mavenge = 1; /* covetous monsters attack while fleeing */ mtmp->mavenge = 1; /* covetous monsters attack while fleeing */