Skip to content

Commit

Permalink
two
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Oct 8, 2023
1 parent 50cd34d commit 4c7feae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/turfs/light.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c7feae

Please sign in to comment.