You can now craft a single ritual from the blanket.

This commit is contained in:
Zed A. Shaw 2025-04-26 02:51:13 -04:00
parent 292711f91f
commit c8a8d2b1af
6 changed files with 27 additions and 7 deletions

View file

@ -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!!!!!");