This commit is contained in:
klorpa
2024-08-31 15:28:42 -05:00
parent 8e85561725
commit 02c4147893
10 changed files with 12 additions and 12 deletions

View File

@@ -939,7 +939,7 @@ dogfood(struct monst *mon, struct obj *obj)
switch (obj->oclass) {
case FOOD_CLASS:
fx = (obj->otyp == CORPSE || obj->otyp == TIN || obj->otyp == EGG)
/* corpsenm might be NON_PM (special tin, unhatachable egg) */
/* corpsenm might be NON_PM (special tin, unhatchable egg) */
? obj->corpsenm
: NON_PM;
/* mons[NUMMONS] is a valid array entry, though not a valid monster;