mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 07:08:22 +01: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:
@@ -1,8 +1,8 @@
|
||||
var/list/obj/machinery/photocopier/faxmachine/allfaxes = list()
|
||||
var/list/admin_departments = list("[using_map.boss_name]", "Sif Governmental Authority", "Supply")
|
||||
var/list/alldepartments = list()
|
||||
var/global/list/obj/machinery/photocopier/faxmachine/allfaxes = list()
|
||||
var/global/list/admin_departments = list("[using_map.boss_name]", "Sif Governmental Authority", "Supply")
|
||||
var/global/list/alldepartments = list()
|
||||
|
||||
var/list/adminfaxes = list() //cache for faxes that have been sent to admins
|
||||
var/global/list/adminfaxes = list() //cache for faxes that have been sent to admins
|
||||
|
||||
/obj/machinery/photocopier/faxmachine
|
||||
name = "fax machine"
|
||||
|
||||
Reference in New Issue
Block a user