Properly defines a few global vars (#7948)

Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
Raeschen
2024-03-27 23:55:55 +01:00
committed by GitHub
parent 2fbb251fca
commit 29b08a0d33
21 changed files with 92 additions and 88 deletions
@@ -1,4 +1,4 @@
var/datum/gear_tweak/item_tf_spawn/gear_tweak_item_tf_spawn = new()
GLOBAL_DATUM_INIT(gear_tweak_item_tf_spawn, /datum/gear_tweak/item_tf_spawn, new())
/datum/gear_tweak/item_tf_spawn
@@ -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