From 4c7feae823b11e020da6d6dd2be5e20737d4d9a5 Mon Sep 17 00:00:00 2001 From: Beagle <56142455+BeagleGaming1@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:52:31 -0400 Subject: [PATCH] two --- code/game/turfs/light.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/turfs/light.dm b/code/game/turfs/light.dm index b3df3af06258..a70e5e87b975 100644 --- a/code/game/turfs/light.dm +++ b/code/game/turfs/light.dm @@ -6,6 +6,10 @@ var/on = TRUE var/state = 0 +/turf/open/floor/light/get_examine_text(mob/user) + . = ..() + . += "[src] is [broken ? "broken, and requires a replacement lightbulb":"[on ? "on" : "off"]"]." + /turf/open/floor/light/is_light_floor() return TRUE