Halloween Code Cleanup and Cruise Map Revert (#14994)

This commit is contained in:
SleepyGemmy
2022-11-01 23:19:51 +01:00
committed by GitHub
parent cd01efeef5
commit 9d4b899d9d
9 changed files with 714 additions and 1628 deletions
+1 -16
View File
@@ -73,19 +73,4 @@
to_chat(user, SPAN_NOTICE("You snuff out the flame."))
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()
set_light(0)
+1 -19
View File
@@ -1128,22 +1128,4 @@
icon_state = "konyang_l"
/obj/structure/sign/flag/konyang/right
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"
icon_state = "konyang_r"