gi.invalid_obj -> hands_obj

This commit is contained in:
nhmall
2023-11-11 19:49:38 -05:00
parent 47bca92e6c
commit 76d328d86a
15 changed files with 40 additions and 34 deletions

View File

@@ -2886,7 +2886,7 @@ munslime(struct monst *mon, boolean by_you)
}
}
if (t && t->ttyp == FIRE_TRAP)
return muse_unslime(mon, &gi.invalid_obj, t, by_you);
return muse_unslime(mon, &hands_obj, t, by_you);
} /* MUSE */