Prep for the actually making ritual crafting work.
This commit is contained in:
parent
ad1d08ca96
commit
292711f91f
10 changed files with 56 additions and 74 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue