This commit is contained in:
Will
2025-11-18 07:29:26 -05:00
committed by GitHub
parent 5943234d96
commit 60f14d42fb
+4 -2
View File
@@ -149,11 +149,13 @@ GLOBAL_LIST_EMPTY(entertainment_screens)
if(stat & NOPOWER)
return
showing = WEAKREF(thing)
pinboard.vis_contents = list(thing)
if(pinboard)
pinboard.vis_contents = list(thing)
/obj/machinery/computer/security/telescreen/entertainment/proc/stop_showing()
// Reverse of the above
pinboard.vis_contents = null
if(pinboard)
pinboard.vis_contents = null
showing = null
/obj/machinery/computer/security/telescreen/entertainment/proc/maybe_stop_showing(datum/weakref/thingref)