Skip to content

Commit

Permalink
copyright strike changes, lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
SWIFTWAVE0 committed Jul 1, 2024
1 parent 23c3846 commit e8ede92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/_fd/_maps/dead_sea/code/dead_sea.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)]"

Expand Down
Binary file modified mods/_fd/_maps/dead_sea/icons/dead_sea.dmi
Binary file not shown.

0 comments on commit e8ede92

Please sign in to comment.