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

Function permapoisoned

src/artifact.c:2836–2840  ·  view source on GitHub ↗

is object permanently poisoned? (currently only Grimtooth) */

Source from the content-addressed store, hash-verified

2834
2835/* is object permanently poisoned? (currently only Grimtooth) */
2836boolean
2837permapoisoned(struct obj *obj)
2838{
2839 return (obj && is_art(obj, ART_GRIMTOOTH));
2840}
2841#endif /* SFCTOOL */
2842
2843/*artifact.c*/

Callers 7

potion_dipFunction · 0.85
hmon_hitmon_weapon_meleeFunction · 0.85
hmon_hitmon_poisonFunction · 0.85
mhitm_ad_physFunction · 0.85
readobjnamFunction · 0.85
mk_artifactFunction · 0.85
mksobj_initFunction · 0.85

Calls 1

is_artFunction · 0.85

Tested by

no test coverage detected