diff --git a/code/game/objects/effects/decals/turfdecal/flooring_decals.dm b/code/game/objects/effects/decals/turfdecal/flooring_decals.dm index d071a6981107..37ec06e02f70 100644 --- a/code/game/objects/effects/decals/turfdecal/flooring_decals.dm +++ b/code/game/objects/effects/decals/turfdecal/flooring_decals.dm @@ -1110,29 +1110,8 @@ TURF_DECAL_COLOR_HELPER(transparent/inteqbrown, "#4b2a18", 140) //SUNS /obj/effect/turf_decal/suns - icon = 'icons/obj/solgov_floor.dmi' + icon = 'icons/turf/decals/suns_floor.dmi' icon_state = "top-left" -/obj/effect/turf_decal/suns/top - icon_state = "top-center" - -/obj/effect/turf_decal/suns/top_right - icon_state = "top-right" - -/obj/effect/turf_decal/suns/center_left - icon_state = "center-left" - -/obj/effect/turf_decal/suns/center - icon_state = "center" - -/obj/effect/turf_decal/suns/center_right - icon_state = "center-right" - -/obj/effect/turf_decal/suns/bottom_left - icon_state = "bottom-left" - -/obj/effect/turf_decal/suns/bottom_center - icon_state = "bottom-center" - -/obj/effect/turf_decal/suns/bottom_right - icon_state = "bottom-right" +/obj/effect/turf_decal/suns/line + icon_state = "suns_border" diff --git a/code/game/objects/items/stacks/tiles/tile_suns.dm b/code/game/objects/items/stacks/tiles/tile_suns.dm index 7f9d92c17c78..16eb62b97554 100644 --- a/code/game/objects/items/stacks/tiles/tile_suns.dm +++ b/code/game/objects/items/stacks/tiles/tile_suns.dm @@ -3,5 +3,4 @@ turf_type = tile_reskin_types = list() - /obj/item/stack/tile/suns/dark