The 🅱️ o n e z o n e (#14978)

This commit is contained in:
KingOfThePing
2022-10-29 18:38:21 +02:00
committed by GitHub
parent 2cafee4ac4
commit 3f694d8829
8 changed files with 2138 additions and 620 deletions
+15
View File
@@ -74,3 +74,18 @@
playsound(src.loc, 'sound/items/cigs_lighters/cig_snuff.ogg', 50, 1)
update_icon()
set_light(0)
// Halloween candle pile
/obj/item/flame/candle/waxcandles
name = "candle pile"
desc = "A pile of half molten white wax candles, that seem to burn on forever."
icon = 'icons/obj/contained_items/halloween_decorations.dmi'
icon_state = "candles"
item_state = "candles"
light_color = "#E09D37"
wax = 40000
/obj/item/flame/candle/waxcandles/Initialize()
. = ..()
light()
+19 -1
View File
@@ -1128,4 +1128,22 @@
icon_state = "konyang_l"
/obj/structure/sign/flag/konyang/right
icon_state = "konyang_r"
icon_state = "konyang_r"
//Halloween Banner
/obj/structure/sign/flag/halloween
name = "large halloween flag"
desc = "A bright, purple flag with an orange rim, spelling out \"HAPPY HALLOWEEN\"."
icon = 'icons/obj/contained_items/halloween_decorations.dmi'
icon_state = "halloween"
/obj/item/flag/halloween/l
name = "large halloween flag"
flag_size = 1
/obj/structure/sign/flag/halloween/left
icon_state = "halloween_l"
/obj/structure/sign/flag/halloween/right
icon_state = "halloween_r"