Update atlas_builder.py

This commit is contained in:
Richard Bronkhorst 2023-07-16 21:06:25 +02:00
parent e0f73f837b
commit 6ddddd6fb1

View File

@ -61,10 +61,10 @@ class AtlasBuilder:
if 'UNCHARTED' in w.traits: if 'UNCHARTED' in w.traits:
continue continue
if 'MARKETPLACE' in w.traits: if 'MARKETPLACE' in w.traits:
print(f'marketplace at {w}') # print(f'marketplace at {w}')
self.sched(self.api.marketplace, w) self.sched(self.api.marketplace, w)
if w.type == 'JUMP_GATE': if w.type == 'JUMP_GATE':
print(f'jumpgate at {w}') # print(f'jumpgate at {w}')
self.sched(self.api.jumps, w) self.sched(self.api.jumps, w)
if 'SHIPYARD' in w.traits: if 'SHIPYARD' in w.traits:
# todo # todo