Merge pull request #8531 from Spookerton/spkrtn/sys/global-agenda

updates all bare globals to use /global/ semantics, and all shared members to /static/
This commit is contained in:
Atermonera
2022-04-24 19:56:07 -08:00
committed by GitHub
240 changed files with 787 additions and 775 deletions

View File

@@ -136,7 +136,7 @@
var/check_delay = 60 //periodically recheck if we need to rebuild a shield
use_power = USE_POWER_OFF
idle_power_usage = 0
var/global/list/blockedturfs = list(
var/static/list/blockedturfs = list(
/turf/space,
/turf/simulated/floor/outdoors,
)

View File

@@ -3,7 +3,7 @@
/obj/machinery/shield_gen/external
name = "hull shield generator"
var/global/list/blockedturfs = list(
var/static/list/blockedturfs = list(
/turf/space,
/turf/simulated/floor/outdoors,
)