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

Function nothing_special

src/artifact.c:1761–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1759}
1760
1761staticfn void
1762nothing_special(struct obj *obj)
1763{
1764 if (carried(obj))
1765 You_feel("a surge of power, but nothing seems to happen.");
1766}
1767
1768staticfn int
1769invoke_taming(struct obj *obj UNUSED)

Callers 5

invoke_healingFunction · 0.85
invoke_energy_boostFunction · 0.85
invoke_create_portalFunction · 0.85
invoke_create_ammoFunction · 0.85
arti_invokeFunction · 0.85

Calls 1

You_feelFunction · 0.85

Tested by

no test coverage detected