From cbfd3aa94476c6383040b57ea6a613c4b5568d5d Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 7 Jun 2026 01:52:54 -0400 Subject: [PATCH] placement for the added save_currentstate() call wasn't right in gulpmu() that particular placement would result in u.uswallow = 0, and u.ustuck set. A better optimal location needs to be sought. --- src/mon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mon.c b/src/mon.c index aca835286..c67785325 100644 --- a/src/mon.c +++ b/src/mon.c @@ -3432,9 +3432,6 @@ set_ustuck(struct monst *mtmp) u.uswallow = 0; u.uswldtim = 0; } -#ifdef INSURANCE - save_currentstate(); -#endif } void