Ghosts can now look at the crew monitoring console

This commit is contained in:
Belaya
2025-04-26 10:54:39 -05:00
parent 5c8f8da1a7
commit 15d919f1cd
+1 -1
View File
@@ -15,7 +15,7 @@
/obj/machinery/computer/crew/syndie
icon_keyboard = "syndie_key"
/obj/machinery/computer/crew/interact(mob/user)
/obj/machinery/computer/crew/ui_interact(mob/user) //GS13: Ghost crew monitor fix
GLOB.crewmonitor.show(user,src)
GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new)