Repaths subsystem to controller/subsystem (#24624)

* Repaths subsystem to controller/subsystem

* Fix the shit
This commit is contained in:
Cyberboss
2017-03-08 16:05:45 -05:00
committed by AnturK
parent 4c4d2c28f9
commit 31ee152489
55 changed files with 437 additions and 437 deletions

View File

@@ -17,7 +17,7 @@
if(!usr.client.holder)
return
if(!class)
if(istype(target, /datum/subsystem))
if(istype(target, /datum/controller/subsystem))
class = "subsystem"
else if(istype(target, /datum/controller))
class = "controller"