Update atlas_builder.py
This commit is contained in:
parent
e0f73f837b
commit
6ddddd6fb1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user