Implement passive healing

This commit is contained in:
Eryn Wells 2022-05-15 16:19:03 -07:00
parent ccd2e04d0e
commit 4e585a2650
3 changed files with 43 additions and 2 deletions

View file

@ -100,4 +100,4 @@ class GameOverEventHandler(EventHandler):
case tcod.event.KeySym.ESCAPE:
action = ExitAction(hero)
return action
return action