You can now craft a single ritual from the blanket.
This commit is contained in:
parent
292711f91f
commit
c8a8d2b1af
6 changed files with 27 additions and 7 deletions
|
@ -395,9 +395,12 @@ namespace gui {
|
|||
// std::string(item.data["name"])));
|
||||
$status_ui.log(L"You picked up an item.");
|
||||
} break;
|
||||
case eGUI::HP_STATUS: {
|
||||
case eGUI::HP_STATUS:
|
||||
System::player_status($level);
|
||||
} break;
|
||||
break;
|
||||
case eGUI::NEW_RITUAL:
|
||||
$combat_ui.init();
|
||||
break;
|
||||
case eGUI::EVADE:
|
||||
case eGUI::BLOCK:
|
||||
dbc::log("YOU NEED TO IMPLEMENT THIS!!!!!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue