mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
code/global.dm => code/_global_vars/ (#17244)
* 1 * Full conversion * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
CHECK_TICK
|
||||
|
||||
else if (ispath(T, /obj/machinery))
|
||||
for(var/obj/machinery/thing in machines)
|
||||
for(var/obj/machinery/thing in GLOB.machines)
|
||||
if (typecache[thing.type])
|
||||
. += thing
|
||||
CHECK_TICK
|
||||
|
||||
@@ -36,11 +36,6 @@
|
||||
|
||||
/decl/global_vars/VV_hidden()
|
||||
return list(
|
||||
"forumsqladdress",
|
||||
"forumsqldb",
|
||||
"forumsqllogin",
|
||||
"forumsqlpass",
|
||||
"forumsqlport",
|
||||
"sqladdress",
|
||||
"sqldb",
|
||||
"sqllogin",
|
||||
@@ -73,11 +68,11 @@
|
||||
"admin_ranks",
|
||||
"admin_state",
|
||||
"alien_whitelist",
|
||||
"alldirs",
|
||||
"GLOB.alldirs",
|
||||
"ahelp_tickets",
|
||||
"adminfaxes",
|
||||
"adminlogs",
|
||||
"cardinal",
|
||||
"GLOB.cardinal",
|
||||
"cardinalz",
|
||||
"IClog"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user