mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
var/global/datum/repository/apc/apc_repository = new()
|
||||
GLOBAL_DATUM_INIT(apc_repository, /datum/repository/apc, new())
|
||||
|
||||
/datum/repository/apc/proc/apc_data(datum/powernet/powernet)
|
||||
var/apcData[0]
|
||||
|
||||
Reference in New Issue
Block a user