Staff of Aesculapius didn't always cure sliming

- incorporated <Someone>'s 1-line fix to the precheck
This commit is contained in:
cohrs
2002-05-21 16:14:36 +00:00
parent 7e6f7a40b8
commit 761164a30f
2 changed files with 2 additions and 1 deletions

View File

@@ -1138,7 +1138,7 @@ arti_invoke(obj)
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;