Change clear_boss() to fleet_boss

This commit is contained in:
Kyo 2020-08-09 21:22:44 -03:00 committed by GitHub
parent 9ba94dbb8a
commit 5559645eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,4 +60,4 @@ class Campaign(CampaignBase):
return self.battle_default()
def battle_4(self):
return self.fleet_1.clear_boss()
return self.fleet_boss.clear_boss()