Skip to content

Commit

Permalink
Merged kfsone/tradedangerous into master
Browse files Browse the repository at this point in the history
  • Loading branch information
maddavo committed Jan 5, 2015
2 parents abb7840 + 5f1928c commit 0a15838
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands/station_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def checkSystemAndStation(tdb, cmdenv):
except LookupError:
raise CommandLineError(
"Unknown SYSTEM name: \"{}\"".format(
systemName
sysName
))

# check the station does not exist
Expand Down
16 changes: 13 additions & 3 deletions data/Station.csv
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,15 @@ unq:[email protected]_id,unq:name,ls_from_star,blackmarket,max_pad_size
'CAUANI','Woolley Orbital',342,'Y','L'
'CD-25 1159','Paulmier de Gonneville Landing',0,'?','?'
'CD-34 9020','Back Enterprise',0,'?','?'
'CD-35 9019','Brahe Gateway',0,'?','?'
'CD-35 9019','Beadle Terminal',405,'?','L'
'CD-35 9019','Brahe Gateway',111,'?','L'
'CD-35 9019','Clark Station',404,'?','L'
'CD-35 9019','Ham Terminal',183,'?','L'
'CD-35 9019','Kraepelin Orbital',232,'?','L'
'CD-35 9019','Liska Port',7787,'Y','L'
'CD-35 9019','Liwei Orbital',8082,'Y','L'
'CD-35 9019','Scobee Terminal',544,'?','L'
'CD-35 9019','Wright City',332,'?','L'
'CD-46 12902','Searfoss Orbital',160,'Y','?'
'CD-51 102','Mcdermott Enterprise',2615,'N','L'
'CD-52 9732','Dyr Terminal',0,'?','M'
Expand Down Expand Up @@ -1049,6 +1056,9 @@ unq:[email protected]_id,unq:name,ls_from_star,blackmarket,max_pad_size
'GAMMA DORADUS','Wang City',40000,'?','?'
'GAMMA MENSAE','Koch Installation',0,'?','M'
'GANDUI','Regiomontanus Ring',0,'?','?'
'GAOHIKEL','Behnken Settlement',1245,'?','M'
'GAOHIKEL','Dalton Dock',679,'?','L'
'GAOHIKEL','Wittgenstein Port',1274,'?','M'
'GAT 2','Thompson Vision',19498,'N','?'
'GATONESE','Shavers''s Claim',0,'?','?'
'GCRV 13292','Walheim Dock',0,'?','?'
Expand Down Expand Up @@ -2131,8 +2141,8 @@ unq:[email protected]_id,unq:name,ls_from_star,blackmarket,max_pad_size
'LU DONG BIN','Daniel Prospect',425,'Y','M'
'LU PAH','Rothfuss Mines',0,'?','?'
'LU VELORUM','Alten Gateway',28,'N','M'
'LU VELORUM','Card Enterprise',0,'?','M'
'LU VELORUM','Miletus Station',0,'?','L'
'LU VELORUM','Card Enterprise',14,'?','M'
'LU VELORUM','Miletus Station',8,'?','L'
'LU YUPIK','Bagian Survey',0,'?','?'
'LU YUPIK','Edison Settlement',0,'?','?'
'LUCAB KU','Potter Station',0,'?','?'
Expand Down

0 comments on commit 0a15838

Please sign in to comment.