mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-10 09:15:12 +01:00
spelling fix
This commit is contained in:
parent
df71b81cc2
commit
98e32cf929
1 changed files with 1 additions and 1 deletions
|
@ -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() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue