MCPcopy Index your code
hub / github.com/NetHack/NetHack / zapwrapup

Function zapwrapup

src/zap.c:3420–3427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3418}
3419
3420void
3421zapwrapup(void)
3422{
3423 /* if do_osshock() set obj_zapped while polying, give a message now */
3424 if (go.obj_zapped)
3425 You_feel("shuddering vibrations.");
3426 go.obj_zapped = FALSE;
3427}
3428
3429/* called for various wand and spell effects - M. Stephenson */
3430void

Callers 2

weffectsFunction · 0.85
do_break_wandFunction · 0.85

Calls 1

You_feelFunction · 0.85

Tested by

no test coverage detected