mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
79 lines
2.6 KiB
Plaintext
79 lines
2.6 KiB
Plaintext
/obj/structure/closet/cabinet
|
|
name = "cabinet"
|
|
desc = "Old will forever be in fashion."
|
|
icon = 'icons/obj/closets/bases/cabinet.dmi'
|
|
closet_appearance = /decl/closet_appearance/cabinet
|
|
|
|
/obj/structure/closet/acloset
|
|
name = "strange closet"
|
|
desc = "It looks alien!"
|
|
closet_appearance = /decl/closet_appearance/alien
|
|
|
|
/obj/structure/closet/gimmick
|
|
name = "administrative supply closet"
|
|
desc = "It's a storage unit for things that have no right being here."
|
|
closet_appearance = /decl/closet_appearance/tactical
|
|
anchored = FALSE
|
|
|
|
/obj/structure/closet/gimmick/russian
|
|
name = "russian surplus closet"
|
|
desc = "It's a storage unit for Russian standard-issue surplus."
|
|
closet_appearance = /decl/closet_appearance/tactical
|
|
|
|
starts_with = list(
|
|
/obj/item/clothing/head/ushanka = 5,
|
|
/obj/item/clothing/under/soviet = 5)
|
|
|
|
|
|
/obj/structure/closet/gimmick/tacticool
|
|
name = "tacticool gear closet"
|
|
desc = "It's a storage unit for Tacticool gear."
|
|
closet_appearance = /decl/closet_appearance/tactical
|
|
|
|
starts_with = list(
|
|
/obj/item/clothing/glasses/eyepatch,
|
|
/obj/item/clothing/glasses/sunglasses,
|
|
/obj/item/clothing/gloves/swat = 2,
|
|
/obj/item/clothing/head/helmet/swat = 2,
|
|
/obj/item/clothing/mask/gas = 2,
|
|
/obj/item/clothing/shoes/boots/swat = 2,
|
|
/obj/item/clothing/suit/armor/swat = 2,
|
|
/obj/item/clothing/under/syndicate/tacticool = 2)
|
|
|
|
|
|
/obj/structure/closet/thunderdome
|
|
name = "\improper Thunderdome closet"
|
|
desc = "Everything you need!"
|
|
closet_appearance = /decl/closet_appearance/thunderdomered
|
|
anchored = TRUE
|
|
|
|
/obj/structure/closet/thunderdome/tdred
|
|
name = "red-team Thunderdome closet"
|
|
|
|
starts_with = list(
|
|
/obj/item/clothing/suit/armor/tdome/red = 3,
|
|
/obj/item/weapon/melee/energy/sword = 3,
|
|
/obj/item/weapon/gun/energy/laser = 3,
|
|
/obj/item/weapon/melee/baton = 3,
|
|
/obj/item/weapon/storage/box/flashbangs = 3,
|
|
/obj/item/clothing/head/helmet/thunderdome = 3)
|
|
|
|
/obj/structure/closet/thunderdome/tdgreen
|
|
name = "green-team Thunderdome closet"
|
|
closet_appearance = /decl/closet_appearance/thunderdomegreen
|
|
|
|
starts_with = list(
|
|
/obj/item/clothing/suit/armor/tdome/green = 3,
|
|
/obj/item/weapon/melee/energy/sword = 3,
|
|
/obj/item/weapon/gun/energy/laser = 3,
|
|
/obj/item/weapon/melee/baton = 3,
|
|
/obj/item/weapon/storage/box/flashbangs = 3,
|
|
/obj/item/clothing/head/helmet/thunderdome = 3)
|
|
|
|
/obj/structure/closet/alien
|
|
name = "alien container"
|
|
desc = "Contains secrets of the universe."
|
|
icon = 'icons/obj/closets/abductor.dmi'
|
|
anchored = TRUE
|
|
closet_appearance = null // special icons
|