Generic Station & System Name

Makes the name of the starsystem and station generic such that it can be modified in global.dm and replace the strings where it is used. This won't have an effect on Polaris itself, but makes changing the name much more simple for forks. Using string concat constants on the advice of Psi.
This commit is contained in:
Arokha Sieyes
2016-05-16 16:21:17 -04:00
parent 7b03d64931
commit 61d38248c5
23 changed files with 51 additions and 48 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ var/global/list/citizenship_choices = list(
var/global/list/home_system_choices = list(
"Sol",
"Vir",
starsys_name,
"Nyx",
"Tau Ceti",
"Epsilon Ursae Minoris",