Prep for the actually making ritual crafting work.

This commit is contained in:
Zed A. Shaw 2025-04-26 02:21:59 -04:00
parent ad1d08ca96
commit 292711f91f
10 changed files with 56 additions and 74 deletions

View file

@ -24,7 +24,6 @@ namespace gui {
$mini_map($level),
$font{FONT_FILE_NAME}
{
$levels.temp_create_player_rituals();
}
void FSM::event(Event ev) {
@ -401,7 +400,6 @@ namespace gui {
} break;
case eGUI::EVADE:
case eGUI::BLOCK:
case eGUI::HEAL:
dbc::log("YOU NEED TO IMPLEMENT THIS!!!!!");
break;
case eGUI::ATTACK: