From b98780ae8976ffa11259c835d3253255ff6ed847 Mon Sep 17 00:00:00 2001 From: Artur David Date: Thu, 18 Jun 2026 10:05:02 +0200 Subject: [PATCH] route purge recipe to witch.shoot_purge() --- scripts/cauldron_bar.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cauldron_bar.gd b/scripts/cauldron_bar.gd index 7af2552..1e11f63 100644 --- a/scripts/cauldron_bar.gd +++ b/scripts/cauldron_bar.gd @@ -121,6 +121,7 @@ func brew(fruits): SpellLibrary.FIRE_SWIRL: witch.shoot_fire_swirl() SpellLibrary.TORNADO: witch.shoot_tornado() SpellLibrary.LASER: witch.shoot_laser() + SpellLibrary.PURGE: witch.shoot_purge() reset_texture() is_brewing = false player.flush_queue()