Make destruction of altar incite its god's wrath

This is for completely destroying an altar with extra-powerful magical
digging -- the normal altar_wrath() punishment didn't seem sufficient
for such an outrage to me, so skip straight to slinging the lightning
bolts.  Destroying an altar is unlikely to happen by accident (though
it's possible with poorly timed usage of a drum of earthquake).
This commit is contained in:
Michael Meyer
2023-11-29 11:36:56 -08:00
committed by PatR
parent 5cbc16a3bd
commit 0473fff5b5
4 changed files with 30 additions and 11 deletions
+1
View File
@@ -2291,6 +2291,7 @@ extern void speed_up(long);
extern boolean critically_low_hp(boolean);
extern boolean stuck_in_wall(void);
extern void desecrate_altar(boolean, aligntyp);
extern int dosacrifice(void);
extern boolean can_pray(boolean);
extern int dopray(void);