From 9e963c1ab3b89bc1bb5ca96a4ec1c991ae2b3097 Mon Sep 17 00:00:00 2001 From: Vasilis Valatsos Date: Thu, 14 Mar 2024 17:24:32 +0200 Subject: [PATCH] Reenabled fireball --- entities/components/_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/components/_input.py b/entities/components/_input.py index 2a487d8..4249359 100644 --- a/entities/components/_input.py +++ b/entities/components/_input.py @@ -35,7 +35,7 @@ class InputHandler: self.magic_swap_time = None # Setup Action Space - self.possible_actions = [0, 1, 2, 3, 4]#, 5] + self.possible_actions = [0, 1, 2, 3, 4, 5] self.action = 10 def check_input(self,