| 3418 | } |
| 3419 | |
| 3420 | void |
| 3421 | zapwrapup(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 */ |
| 3430 | void |
no test coverage detected