yet more monsym()

This commit is contained in:
nhmall
2023-12-07 09:59:34 -05:00
parent 12ca2be5b4
commit f31a110d75

View File

@@ -270,7 +270,7 @@ glyph_find_core(const char *id, struct find_struct *findwhat)
break;
case find_pm:
if (glyph_is_monster(glyph)
&& mons[glyph_to_mon(glyph)].mlet == findwhat->val)
&& monsym(&mons[glyph_to_mon(glyph)]) == findwhat->val)
do_callback = TRUE;
break;
case find_oc: