MCPcopy Create free account
hub / github.com/NetHack/NetHack / shirt_simple_name

Function shirt_simple_name

src/objnam.c:5599–5603  ·  view source on GitHub ↗

for completeness */

Source from the content-addressed store, hash-verified

5597
5598/* for completeness */
5599const char *
5600shirt_simple_name(struct obj *shirt UNUSED)
5601{
5602 return "shirt";
5603}
5604
5605const char *
5606mimic_obj_name(struct monst *mtmp)

Callers 4

armoroffFunction · 0.85
disintegrate_armFunction · 0.85
armor_simple_nameFunction · 0.85
item_whatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected