Repaths subsystem to controller/subsystem (#24624)

* Repaths subsystem to controller/subsystem

* Fix the shit
This commit is contained in:
Cyberboss
2017-03-08 22:05:45 +01:00
committed by AnturK
parent 4c4d2c28f9
commit 31ee152489
55 changed files with 437 additions and 437 deletions
+16 -1
View File
@@ -1,4 +1,19 @@
/datum/controller
var/name
// The object used for the clickable stat() button.
var/obj/effect/statclick/statclick
var/obj/effect/statclick/statclick
/datum/controller/proc/Initialize()
//cleanup actions
/datum/controller/proc/Shutdown()
//when we enter dmm_suite.load_map
/datum/controller/proc/StartLoadingMap()
//when we exit dmm_suite.load_map
/datum/controller/proc/StopLoadingMap()
/datum/controller/proc/Recover()
/datum/controller/proc/stat_entry()