mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 20:52:07 +00:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user