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,