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

@ -4,7 +4,7 @@ namespace Events {
enum GUI {
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
COMBAT_START, NO_NEIGHBORS, HP_STATUS,
ATTACK, BLOCK, EVADE,
ATTACK, BLOCK, EVADE, NEW_RITUAL,
UPDATE_SPRITE, ENEMY_SPAWN, NOOP
};