Candy decoration update

Added  candy lights and more colors to the peppermint candy flora
This commit is contained in:
MrSky12
2023-11-14 21:28:35 +01:00
parent 69c45f649a
commit a304c1442e
4 changed files with 26 additions and 0 deletions
@@ -18,6 +18,23 @@
icon = 'GainStation13/icons/turf/decals_candy.dmi'
icon_state = "candy_decal3"
/obj/effect/turf_decal/candy/greenwhite1
icon = 'GainStation13/icons/turf/decals_candy.dmi'
icon_state = "candy_decal_g1"
/obj/effect/turf_decal/candy/greenwhite2
icon = 'GainStation13/icons/turf/decals_candy.dmi'
icon_state = "candy_decal_g2"
/obj/effect/turf_decal/candy/bluewhite1
icon = 'GainStation13/icons/turf/decals_candy.dmi'
icon_state = "candy_decal_b1"
/obj/effect/turf_decal/candy/purplewhite1
icon = 'GainStation13/icons/turf/decals_candy.dmi'
icon_state = "candy_decal_p1"
/obj/structure/lollipop //ik it's not necessarily a decal but I'm lazy rn and will (hopefully) move it later
name = "Lollipop tree"
desc = "A mere snack for people larger than life."
@@ -0,0 +1,9 @@
/obj/structure/tree/candylight //GS13
name = "Peppermint Light"
desc = "A light source that's made out of a peppermint tree."
icon = 'GainStation13/icons/obj/gslight.dmi'
icon_state = "candylight"
max_integrity = 500
light_color = "#a5cfc5" //testing out my copy cat skills. -Metussi
light_range = 3
anchored = 1
Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB