This commit is contained in:
p57492168 2022-06-20 22:31:18 +08:00
parent 2d695c79e9
commit 3aa201a9c2
1 changed files with 0 additions and 1 deletions

View File

@ -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