route purge recipe to witch.shoot_purge()

main
Artur David 2026-06-18 10:05:02 +02:00
parent 6c088f3afb
commit b98780ae89
1 changed files with 1 additions and 0 deletions

View File

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