Files
GS13NG/GainStation13/code/obj/structure/candylight.dm
2024-09-12 23:53:35 -04:00

10 lines
321 B
Plaintext

/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