forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
2d695c79e9
commit
3aa201a9c2
|
@ -12,7 +12,6 @@ class Charge(WildFire):
|
|||
|
||||
def step(self, state, info):
|
||||
if not self.empty():
|
||||
# if there're actions to do
|
||||
action = self.actions_to_do[0]
|
||||
del self.actions_to_do[0]
|
||||
return action, None
|
||||
|
|
Loading…
Reference in New Issue