Handle death while polymorphed (by ending the run)

This commit is contained in:
IQuant 2024-06-16 16:07:09 +03:00
parent ef5ee79f1b
commit a8fc1d6027
8 changed files with 66 additions and 43 deletions

View file

@ -14,6 +14,7 @@ Functions:
- `set_health(hp: num)`
- `set_max_health(hp: num)`
- `inflict_damage(dmg: num)`
- `do_game_over(msg: str)`
Provided by:
- damage (shared health) system