mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
[MIRROR] New redgate Islands map (#6889)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
Raeschen
parent
75d5c89984
commit
84bc06d121
@@ -640,3 +640,48 @@
|
||||
|
||||
/obj/structure/flora/sif/frostbelle/get_harvestable_desc()
|
||||
return "<span class='notice'>\The [src] seems to be budding.</span>"
|
||||
|
||||
//Start of underwater plants
|
||||
|
||||
/obj/structure/flora/underwater
|
||||
name = "underwater plant"
|
||||
desc = "A plant that thrives deep under water."
|
||||
icon = 'icons/obj/flora/underwaterflora.dmi'
|
||||
icon_state = "plant-1"
|
||||
|
||||
/obj/structure/flora/underwater/plant1
|
||||
icon_state = "plant-1"
|
||||
|
||||
/obj/structure/flora/underwater/plant2
|
||||
icon_state = "plant-2"
|
||||
|
||||
/obj/structure/flora/underwater/plant3
|
||||
icon_state = "plant-3"
|
||||
|
||||
/obj/structure/flora/underwater/plant4
|
||||
icon_state = "plant-4"
|
||||
|
||||
/obj/structure/flora/underwater/plant5
|
||||
icon_state = "plant-5"
|
||||
|
||||
/obj/structure/flora/underwater/seaweed1
|
||||
icon_state = "seaweed-1"
|
||||
|
||||
/obj/structure/flora/underwater/seaweed2
|
||||
icon_state = "seaweed-2"
|
||||
|
||||
/obj/structure/flora/underwater/seaweed3
|
||||
icon_state = "seaweed-3"
|
||||
|
||||
/obj/structure/flora/underwater/grass1
|
||||
icon_state = "grass-1"
|
||||
|
||||
/obj/structure/flora/underwater/grass2
|
||||
icon_state = "grass-2"
|
||||
|
||||
/obj/structure/flora/underwater/grass3
|
||||
icon_state = "grass-3"
|
||||
|
||||
/obj/structure/flora/underwater/grass4
|
||||
icon_state = "grass-4"
|
||||
|
||||
|
||||
@@ -21,6 +21,15 @@
|
||||
/obj/structure/prop/statue/statue5
|
||||
icon_state = "artwork_statue_5"
|
||||
|
||||
//sunken ship mast
|
||||
|
||||
/obj/structure/prop/statue/sunkensail
|
||||
name = "sail mast"
|
||||
desc = "A long since collapsed mast with a sail draped over it."
|
||||
icon = 'icons/obj/props/decor64x64.dmi'
|
||||
icon_state = "sunkensail"
|
||||
density = FALSE
|
||||
|
||||
//TGMC Ship Mast
|
||||
|
||||
/obj/structure/prop/statue/stump_plaque
|
||||
|
||||
Reference in New Issue
Block a user