Update atlas_builder.py
This commit is contained in:
parent
e0f73f837b
commit
6ddddd6fb1
@ -61,10 +61,10 @@ class AtlasBuilder:
|
||||
if 'UNCHARTED' in w.traits:
|
||||
continue
|
||||
if 'MARKETPLACE' in w.traits:
|
||||
print(f'marketplace at {w}')
|
||||
# print(f'marketplace at {w}')
|
||||
self.sched(self.api.marketplace, w)
|
||||
if w.type == 'JUMP_GATE':
|
||||
print(f'jumpgate at {w}')
|
||||
# print(f'jumpgate at {w}')
|
||||
self.sched(self.api.jumps, w)
|
||||
if 'SHIPYARD' in w.traits:
|
||||
# todo
|
||||
|
Loading…
Reference in New Issue
Block a user