Skip to content

Commit

Permalink
Fix missing floor light sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 10, 2024
1 parent e42f422 commit 902beb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_ss220/aesthetics/lights/code/lights.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
icon = 'icons/obj/lighting.dmi'
layer = ABOVE_MOB_LAYER

/obj/machinery/light/floor
icon = 'icons/obj/lighting.dmi'

/obj/machinery/light_construct
icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi'
layer = ABOVE_MOB_LAYER
Expand All @@ -20,11 +23,17 @@
icon = 'icons/obj/lighting.dmi'
layer = ABOVE_MOB_LAYER

/obj/machinery/light_construct/floor
icon = 'icons/obj/lighting.dmi'

/obj/item/mounted/frame/light_fixture
icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi'

/obj/item/mounted/frame/light_fixture/small
icon = 'icons/obj/lighting.dmi'

/obj/item/mounted/frame/light_fixture/floor
icon = 'icons/obj/lighting.dmi'

/obj/item/flashlight/lamp
on = FALSE

0 comments on commit 902beb1

Please sign in to comment.