mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
curlyboy
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
var/list/star_names = list(
|
var/list/star_names = list(
|
||||||
"Sol", "Alpha Centauri", "Sirius", "Vega", "Regulus", "Vir", "Algol", "Aldebaran",
|
"Sol", "Alpha Centauri", "Sirius", "Vega", "Regulus", "Vir", "Algol", "Aldebaran",
|
||||||
"Delta Doradus", "Menkar", "Geminga", "Elnath", "Gienah", "Mu Leporis", "Nyx", "Tau Ceti",
|
"Delta Doradus", "Menkar", "Geminga", "Elnath", "Gienah", "Mu Leporis", "Nyx", "Tau Ceti",
|
||||||
"Wazn", "Alphard", "Phact", "Altair", "El", "Eutopia, "Qerr'valis", "Qerrna-Lakirr", "Rarkajar", "the Almach Rim")
|
"Wazn", "Alphard", "Phact", "Altair", "El", "Eutopia", "Qerr'valis", "Qerrna-Lakirr", "Rarkajar", "the Almach Rim")
|
||||||
var/list/destination_types = list("dockyard", "station", "vessel", "waystation", "telecommunications satellite", "spaceport", "distress beacon", "anomaly", "colony", "outpost")
|
var/list/destination_types = list("dockyard", "station", "vessel", "waystation", "telecommunications satellite", "spaceport", "distress beacon", "anomaly", "colony", "outpost")
|
||||||
while(i)
|
while(i)
|
||||||
destination_names.Add("a [pick(destination_types)] in [pick(star_names)]")
|
destination_names.Add("a [pick(destination_types)] in [pick(star_names)]")
|
||||||
|
|||||||
Reference in New Issue
Block a user