follow-up: function name

This commit is contained in:
nhmall
2025-09-05 09:26:00 -04:00
parent d3db5ce4f1
commit 602678aa5a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6260,7 +6260,7 @@ stumble_onto_mimic(struct monst *mtmp)
}
boolean
mimic_disguised_as_non_mon(struct monst *mtmp)
disguised_as_non_mon(struct monst *mtmp)
{
return (!sensemon(mtmp)
&& M_AP_TYPE(mtmp)
@@ -6268,7 +6268,7 @@ mimic_disguised_as_non_mon(struct monst *mtmp)
}
boolean
mimic_disguised_as_mon(struct monst *mtmp)
disguised_as_mon(struct monst *mtmp)
{
return (M_AP_TYPE(mtmp)
&& M_AP_TYPE(mtmp) == M_AP_MONSTER);