Merge pull request #1671 from VOREStation/namedefines

Generic Station & System Name
This commit is contained in:
EmperorJon
2016-05-16 21:44:53 +01:00
23 changed files with 51 additions and 48 deletions

View File

@@ -44,7 +44,7 @@ var/religion_name = null
return capitalize(name)
/proc/system_name()
return "Vir"
return starsys_name
/proc/station_name()
if (station_name)