Wizard den remap (#19575)

* wiz den refresh

* brass and wood

* final tweaks

* wrong door

* mira
This commit is contained in:
S34N
2022-11-16 00:59:10 +00:00
committed by GitHub
parent 9a1b71493a
commit be91fdc0b8
5 changed files with 1651 additions and 1328 deletions
@@ -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"