adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Add proper player death event #79

Open adonutwithsprinklez opened 4 years ago

adonutwithsprinklez commented 4 years ago

Currently there is no actual event for when a player dies. At the moment, when the player's health drops to zero, the game continues as normal until the player chooses which area to travel to next. This then triggers the check to see if the player is still alive. This should be fixed to check after every attack and should notify the player when he/she dies.