mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Wizard den remap (#19575)
* wiz den refresh * brass and wood * final tweaks * wrong door * mira
This commit is contained in:
@@ -126,6 +126,21 @@
|
||||
|
||||
return FALSE
|
||||
|
||||
/obj/item/candle/eternal/wizard
|
||||
desc = "A candle. It smells like magic, so that would explain why it burns brighter."
|
||||
start_lit = TRUE
|
||||
|
||||
/obj/item/candle/eternal/wizard/attack_self(mob/user)
|
||||
return
|
||||
|
||||
/obj/item/candle/eternal/wizard/process()
|
||||
return
|
||||
|
||||
/obj/item/candle/eternal/wizard/light(show_message)
|
||||
. = ..()
|
||||
if(lit)
|
||||
set_light(CANDLE_LUM * 2)
|
||||
|
||||
#undef TALL_CANDLE
|
||||
#undef MID_CANDLE
|
||||
#undef SHORT_CANDLE
|
||||
|
||||
@@ -10,14 +10,20 @@
|
||||
close_sound_volume = 50
|
||||
max_integrity = 70
|
||||
|
||||
/obj/structure/closet/cabinet/update_icon_state()
|
||||
if(!opened)
|
||||
icon_state = icon_closed
|
||||
else
|
||||
icon_state = icon_opened
|
||||
/obj/structure/closet/cabinet/wizard
|
||||
name = "magical cabinet"
|
||||
|
||||
/obj/structure/closet/cabinet/update_overlays()
|
||||
return list()
|
||||
/obj/structure/closet/cabinet/wizard/populate_contents()
|
||||
new /obj/item/clothing/shoes/sandal(src)
|
||||
new /obj/item/clothing/shoes/sandal(src)
|
||||
new /obj/item/clothing/suit/wizrobe(src)
|
||||
new /obj/item/clothing/head/wizard(src)
|
||||
new /obj/item/clothing/suit/wizrobe/red(src)
|
||||
new /obj/item/storage/backpack/satchel(src)
|
||||
new /obj/item/storage/backpack/satchel(src)
|
||||
new /obj/item/clothing/head/wizard/red(src)
|
||||
new /obj/item/clothing/under/color/purple(src)
|
||||
new /obj/item/clothing/under/color/lightpurple(src)
|
||||
|
||||
/obj/structure/closet/acloset
|
||||
name = "strange closet"
|
||||
|
||||
Reference in New Issue
Block a user