bugfix
This commit is contained in:
@@ -8,7 +8,7 @@ class BankTarget(Target):
|
||||
def hit(self):
|
||||
if self.is_hit:
|
||||
return
|
||||
|
||||
|
||||
self.is_hit = True
|
||||
super().hit()
|
||||
#notify Bank
|
||||
|
||||
Reference in New Issue
Block a user