Make glorkums emit impossible

This commit is contained in:
Pasi Kallinen
2022-09-04 17:43:01 +03:00
parent 82aaa289ef
commit 601dba5279
2 changed files with 3 additions and 0 deletions

View File

@@ -2291,6 +2291,7 @@ obj_pmname(struct obj *obj)
return pmname(&mons[mndx], mgend);
}
impossible("obj_pmname otyp:%i,corpsenm:%i", obj->otyp, obj->corpsenm);
return "two-legged glorkum-seeker";
}