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

Function do_enlightenment_effect

src/zap.c:2524–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2522}
2523
2524void
2525do_enlightenment_effect(void)
2526{
2527 You_feel("self-knowledgeable...");
2528 display_nhwindow(WIN_MESSAGE, FALSE);
2529 enlightenment(MAGICENLIGHTENMENT, ENL_GAMEINPROGRESS);
2530 pline_The("feeling subsides.");
2531 exercise(A_WIS, TRUE);
2532}
2533
2534/*
2535 * zapnodir - zaps a NODIR wand/spell.

Callers 2

peffect_enlightenmentFunction · 0.85
zapnodirFunction · 0.85

Calls 4

You_feelFunction · 0.85
enlightenmentFunction · 0.85
pline_TheFunction · 0.85
exerciseFunction · 0.85

Tested by

no test coverage detected