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:
parent
dac9b1b3de
commit
ad1d08ca96
11 changed files with 37 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue