mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Properly defines a few global vars (#7948)
Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/datum/spawnpoint/stationgateway/New()
|
||||
..()
|
||||
turfs = latejoin_gatewaystation
|
||||
turfs = GLOB.latejoin_gatewaystation
|
||||
|
||||
/datum/spawnpoint/vore
|
||||
display_name = "Vorespawn - Prey"
|
||||
@@ -31,4 +31,4 @@
|
||||
|
||||
/datum/spawnpoint/plainspath/New()
|
||||
..()
|
||||
turfs = latejoin_plainspath
|
||||
turfs = GLOB.latejoin_plainspath
|
||||
|
||||
Reference in New Issue
Block a user