Skip to content

Commit

Permalink
Fix remaining floor light bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Brittain committed Apr 5, 2024
1 parent 2839087 commit 22c9738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/power/lights/fixtures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
icon_state = "floortube_example"
base_state = "floortube"
desc = "A lighting fixture. This one is set into the floor."
layer = ABOVE_TILE_LAYER
fitting_has_empty_icon = TRUE
fitting_is_on_floor = TRUE

Expand All @@ -100,6 +101,7 @@
base_state = "floor"
desc = "A small lighting fixture. This one is set into the floor."
fitting_is_on_floor = TRUE
layer = ABOVE_TILE_LAYER

/obj/machinery/light/small/emergency
icon_state = "bulb_emergency_preview"
Expand Down

0 comments on commit 22c9738

Please sign in to comment.