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

Function invoke_taming

src/artifact.c:1768–1777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1766}
1767
1768staticfn int
1769invoke_taming(struct obj *obj UNUSED)
1770{
1771 struct obj pseudo;
1772
1773 pseudo = cg.zeroobj; /* neither cursed nor blessed, zero oextra too */
1774 pseudo.otyp = SCR_TAMING;
1775 (void) seffects(&pseudo);
1776 return ECMD_TIME;
1777}
1778
1779staticfn int
1780invoke_healing(struct obj *obj)

Callers 1

arti_invokeFunction · 0.85

Calls 1

seffectsFunction · 0.85

Tested by

no test coverage detected