mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Wizard den remap (#19575)
* wiz den refresh * brass and wood * final tweaks * wrong door * mira
This commit is contained in:
@@ -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