Saving grace
Once per game, if receiving a killing blow from above 90% HP, allow the hero to survive with 1 HP.
This commit is contained in:
@@ -419,7 +419,7 @@ struct you {
|
||||
Bitfield(uinvulnerable, 1); /* you're invulnerable (praying) */
|
||||
Bitfield(uburied, 1); /* you're buried */
|
||||
Bitfield(uedibility, 1); /* blessed food detect; sense unsafe food */
|
||||
/* 1 free bit! */
|
||||
Bitfield(usaving_grace, 1); /* prevents death once */
|
||||
|
||||
unsigned udg_cnt; /* how long you have been demigod */
|
||||
struct u_event uevent; /* certain events have happened */
|
||||
|
||||
Reference in New Issue
Block a user