Merge branch 'fix-piletop-generic-obj-prefix' of https://github.com/ingpaschke/NetHack into pr1549

This commit is contained in:
nhmall
2026-05-25 15:30:40 -04:00
+2
View File
@@ -1046,6 +1046,8 @@ parse_id(
findwhat->val = val;
findwhat->loadsyms_offset = 0;
return 1;
if (glyph_is_normal_piletop_obj(glyph)
|| glyph_is_piletop_generic_obj(glyph))
}
}
return 0;