This commit is contained in:
Jonas Zeunert
2022-05-06 00:01:57 +02:00
parent ca4430e1b7
commit 68dc6ecf3e
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ class BankTarget(Target):
def hit(self):
if self.is_hit:
return
self.is_hit = True
super().hit()
#notify Bank