mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Halloween Code Cleanup and Cruise Map Revert (#14994)
This commit is contained in:
@@ -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)
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user