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()