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.
This commit is contained in:
nhmall
2026-06-07 01:52:54 -04:00
parent 51486d0c02
commit cbfd3aa944
-3
View File
@@ -3432,9 +3432,6 @@ set_ustuck(struct monst *mtmp)
u.uswallow = 0;
u.uswldtim = 0;
}
#ifdef INSURANCE
save_currentstate();
#endif
}
void