From 0183e450ddc90e5cb664b790e990471312c0a468 Mon Sep 17 00:00:00 2001 From: waykay <127071388+kaylexis@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:19:34 -0600 Subject: [PATCH] Removes Entertainment Monitor Meta-Reference (#3940) ## About The Pull Request Replaces the meta-reference in the entertainment monitor with lore-friendly and realistic text. ![image](https://github.com/user-attachments/assets/339cbde3-f155-4389-b1af-585d3a41d659) ![image](https://github.com/user-attachments/assets/8552a5c6-052b-48e3-8f63-abca4af66d2e) ## Changelog :cl: fix: changes flavor text on entertainment monitor /:cl: --------- Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> --- code/game/machinery/computer/camera.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index 50ed20ae619e..de6daa417946 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -258,7 +258,7 @@ /obj/machinery/computer/security/telescreen/entertainment name = "entertainment monitor" - desc = "Damn, they better have the /tg/ channel on these things." + desc = "A screen displaying various entertainment channels. I hope they have that new Gezenan sitcom on this." icon = 'icons/obj/status_display.dmi' icon_state = "entertainment_blank" network = list("thunder")