mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
Updates station name, fixes camera networks
This commit is contained in:
@@ -70,7 +70,7 @@ var/global/list/engineering_networks = list(
|
||||
network = list(NETWORK_MINE)
|
||||
|
||||
/obj/machinery/camera/network/northern_star
|
||||
network = list(NETWORK_NORTHERN_STAR)
|
||||
network = list(NETWORK_EXODUS)
|
||||
|
||||
/obj/machinery/camera/network/prison
|
||||
network = list(NETWORK_PRISON)
|
||||
|
||||
+8
-8
@@ -25,17 +25,17 @@ var/global/list/global_map = null
|
||||
var/list/hit_appends = list("-OOF", "-ACK", "-UGH", "-HRNK", "-HURGH", "-GLORF")
|
||||
var/diary = null
|
||||
var/href_logfile = null
|
||||
var/station_name = "Northern Star"
|
||||
var/const/station_orig = "Northern Star" //station_name can't be const due to event prefix/suffix
|
||||
var/const/station_short = "Northern Star"
|
||||
var/const/dock_name = "Vir Interstellar Spaceport"
|
||||
var/station_name = "Virgo Orbital Research Establishment"
|
||||
var/const/station_orig = "Virgo Orbital Research Establishment" //station_name can't be const due to event prefix/suffix
|
||||
var/const/station_short = "V.O.R.E."
|
||||
var/const/dock_name = "Virgo-Erigone Central Command"
|
||||
var/const/boss_name = "Central Command"
|
||||
var/const/boss_short = "Centcomm"
|
||||
var/const/boss_short = "Centcom"
|
||||
var/const/company_name = "NanoTrasen"
|
||||
var/const/company_short = "NT"
|
||||
var/const/star_name = "Vir"
|
||||
var/const/starsys_name = "Vir"
|
||||
var/const/game_version = "Polaris"
|
||||
var/const/star_name = "Virgo-Erigone"
|
||||
var/const/starsys_name = "Virgo-Erigone"
|
||||
var/const/game_version = "VOREStation"
|
||||
var/changelog_hash = ""
|
||||
var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 544)
|
||||
var/round_progressing = 1
|
||||
|
||||
+2606
-2601
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user