diff --git a/mods/_fd/_maps/dead_sea/code/dead_sea.dm b/mods/_fd/_maps/dead_sea/code/dead_sea.dm index 9202bcbbe0f72..682abb2ad248e 100644 --- a/mods/_fd/_maps/dead_sea/code/dead_sea.dm +++ b/mods/_fd/_maps/dead_sea/code/dead_sea.dm @@ -414,15 +414,15 @@ ..() icon_state = "purplebush_[rand(1, 2)]" -/obj/structure/flora/ausbushes/cyan_shroom - name = "cyan-glowing shroom" +/obj/structure/flora/ausbushes/orange_shroom + name = "orange-glowing shroom" icon = 'mods/_fd/_maps/dead_sea/icons/dead_sea.dmi' icon_state = "grib" light_power = 1 light_range = 3 - light_color = COLOR_BABY_BLUE + light_color = COLOR_ORANGE -/obj/structure/flora/ausbushes/cyan_shroom/New() +/obj/structure/flora/ausbushes/orange_shroom/New() ..() icon_state = "grib_[rand(0, 1)]" diff --git a/mods/_fd/_maps/dead_sea/icons/dead_sea.dmi b/mods/_fd/_maps/dead_sea/icons/dead_sea.dmi index c6a7fa8d76be1..1ae86348c8eec 100644 Binary files a/mods/_fd/_maps/dead_sea/icons/dead_sea.dmi and b/mods/_fd/_maps/dead_sea/icons/dead_sea.dmi differ