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

@ -396,6 +396,9 @@ namespace gui {
// std::string(item.data["name"])));
$status_ui.log(L"You picked up an item.");
} break;
case eGUI::HP_STATUS: {
System::player_status($level);
} break;
case eGUI::EVADE:
case eGUI::BLOCK:
case eGUI::HEAL: