- incorporated <Someone>'s 1-line fix to the precheck
usually stop mimicing if you polymorph while using #monster mimic capability
under !GOLDOBJ, gold shouldn't disappear if you try to throw it at yourself
under !GOLDOBJ, remove temp gold from inventory during restore
+Staff of Aesculapius did not always cure sliming
Platform- and/or Interface-Specific Fixes
long creamed = (long)u.ucreamed;
if (Upolyd) healamt = (u.mhmax + 1 - u.mh) / 2;
- if (healamt || Sick || Blinded > creamed)
+ if (healamt || Sick || Slimed || Blinded > creamed)
You_feel("better.");
else
goto nothing_special;