Initially implemented 'ritual blanket' UI for the crafting of rituals in combat.

This commit is contained in:
Zed A. Shaw 2025-03-19 22:10:17 -04:00
parent 263b7741f6
commit 65c9e4b0c6
5 changed files with 56 additions and 30 deletions

View file

@ -250,7 +250,7 @@ namespace gui {
}
} else {
$combat_ui.$gui.mouse(pos.x, pos.y);
$status_ui.$gui.mouse(pos.x, pos.y);
$status_ui.mouse(pos.x, pos.y);
$main_ui.mouse(pos.x, pos.y);
}
}