1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-10 09:15:12 +01:00

spelling fix

This commit is contained in:
Chris-plus-alphanumericgibberish 2014-09-14 05:03:52 -04:00
parent df71b81cc2
commit 98e32cf929

View file

@ -1746,7 +1746,7 @@ eatcorpse(otmp) /* called when a corpse is selected as food */
} if (freezing(&mons[mnum]) && !Cold_resistance) {
tp++;
You("feel your stomach freeze!"); /* not body_part() */
losehp(rnd(12) + rnd(12), "crionic corpse", KILLED_BY_AN);
losehp(rnd(12) + rnd(12), "cryonic corpse", KILLED_BY_AN);
} if (burning(&mons[mnum]) && !Fire_resistance) {
tp++;
You("feel your stomach boil!"); /* not body_part() */