route purge recipe to witch.shoot_purge()
parent
6c088f3afb
commit
b98780ae89
|
|
@ -121,6 +121,7 @@ func brew(fruits):
|
||||||
SpellLibrary.FIRE_SWIRL: witch.shoot_fire_swirl()
|
SpellLibrary.FIRE_SWIRL: witch.shoot_fire_swirl()
|
||||||
SpellLibrary.TORNADO: witch.shoot_tornado()
|
SpellLibrary.TORNADO: witch.shoot_tornado()
|
||||||
SpellLibrary.LASER: witch.shoot_laser()
|
SpellLibrary.LASER: witch.shoot_laser()
|
||||||
|
SpellLibrary.PURGE: witch.shoot_purge()
|
||||||
reset_texture()
|
reset_texture()
|
||||||
is_brewing = false
|
is_brewing = false
|
||||||
player.flush_queue()
|
player.flush_queue()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue