Update api.py, commander.py and one other file

This commit is contained in:
Richard Bronkhorst
2023-07-16 20:50:30 +02:00
parent e5c384caa9
commit 1f4a1a48de
3 changed files with 4 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ class BaseMission(Mission):
def step_sell(self, except_resource=True):
target = self.st('resource')
market = self.store.get('Marketplace', self.ship.location_str)
market = self.store.get('Marketplace', self.ship.location.symbol)
sellables = market.sellable_items(self.ship.cargo.keys())
if target in sellables and except_resource:
sellables.remove(target)