There's now an hp status indicator 'doll' when you click on it your host (character) will tell you how they're doing for HP.

This commit is contained in:
Zed A. Shaw 2025-04-26 00:57:23 -04:00
parent dac9b1b3de
commit ad1d08ca96
11 changed files with 37 additions and 7 deletions

View file

@ -3,7 +3,7 @@
namespace Events {
enum GUI {
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
COMBAT_START, NO_NEIGHBORS,
COMBAT_START, NO_NEIGHBORS, HP_STATUS,
ATTACK, BLOCK, EVADE, HEAL,
UPDATE_SPRITE, ENEMY_SPAWN, NOOP
};