Finally unified all of my events into one place.
This commit is contained in:
parent
6c34fea64a
commit
c618a4828f
30 changed files with 215 additions and 216 deletions
|
|
@ -191,7 +191,7 @@ namespace gui {
|
|||
auto ritual = $ritual_engine.finalize($craft_state);
|
||||
auto& belt = world->get_the<::ritual::Belt>();
|
||||
belt.equip(belt.next(), ritual);
|
||||
world->send<Events::GUI>(Events::GUI::NEW_RITUAL, player, {});
|
||||
world->send<game::Event>(game::Event::NEW_RITUAL, player, {});
|
||||
blanket().consume_crafting();
|
||||
clear_craft_result();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue