mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
DMAPI (#13294)
* Initial Commit - Need to test this on TGS * Bump to V5 (needs testing) * CRLF --> LF * Tweaks * Latest cyberboss request * Forgot to prime TGS * Integrated TG #52572 / TGS #1087 * Fixes var(space) not being var/ * DMAPI 5.2.4 * Bump to 5.2.5
This commit is contained in:
@@ -162,12 +162,15 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
|
||||
|
||||
// Please don't stuff random bullshit here,
|
||||
// Make a subsystem, give it the SS_NO_FIRE flag, and do your work in it's Initialize()
|
||||
/datum/controller/master/Initialize(delay, init_sss)
|
||||
/datum/controller/master/Initialize(delay, init_sss, tgs_prime)
|
||||
set waitfor = 0
|
||||
|
||||
if(delay)
|
||||
sleep(delay)
|
||||
|
||||
if(tgs_prime)
|
||||
world.TgsInitializationComplete()
|
||||
|
||||
if(init_sss)
|
||||
init_subtypes(/datum/controller/subsystem, subsystems)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user