Change clear_boss() to fleet_boss

This commit is contained in:
Kyo 2020-08-06 23:44:53 -03:00 committed by GitHub
parent 07539197db
commit ba23b9ac56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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