mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Repaths subsystem to controller/subsystem (#24624)
* Repaths subsystem to controller/subsystem * Fix the shit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user