diff --git a/src/scenes/story/boss_fight.py b/src/scenes/story/boss_fight.py index b28d650..5f3bb25 100644 --- a/src/scenes/story/boss_fight.py +++ b/src/scenes/story/boss_fight.py @@ -560,7 +560,7 @@ def __check_key_pressed(world: World): if keys == "a": world.new_entity().set(Coroutine(__create_zone_attack(world))) if keys == "e": - world.new_entity().set(Coroutine(__create_spike(world, 5.0))) + world.new_entity().set(Coroutine(__create_spike(world))) def __update_life_bar(world: World):