| 2522 | } |
| 2523 | |
| 2524 | void |
| 2525 | do_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. |
no test coverage detected