mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
70 lines
2.4 KiB
Plaintext
70 lines
2.4 KiB
Plaintext
/obj/structure/closet/athletic_mixed
|
|
name = "athletic wardrobe"
|
|
desc = "It's a storage unit for athletic wear."
|
|
icon_state = "mixed"
|
|
icon_closed = "mixed"
|
|
|
|
/obj/structure/closet/athletic_mixed/populate_contents()
|
|
new /obj/item/clothing/under/shorts/grey(src)
|
|
new /obj/item/clothing/under/shorts/black(src)
|
|
new /obj/item/clothing/under/shorts/red(src)
|
|
new /obj/item/clothing/under/shorts/blue(src)
|
|
new /obj/item/clothing/under/shorts/green(src)
|
|
new /obj/item/clothing/under/swimsuit/red(src)
|
|
new /obj/item/clothing/under/swimsuit/black(src)
|
|
new /obj/item/clothing/under/swimsuit/blue(src)
|
|
new /obj/item/clothing/under/swimsuit/green(src)
|
|
new /obj/item/clothing/under/swimsuit/purple(src)
|
|
|
|
|
|
/obj/structure/closet/boxinggloves
|
|
name = "boxing gloves"
|
|
desc = "It's a storage unit for gloves for use in the boxing ring."
|
|
|
|
/obj/structure/closet/boxinggloves/populate_contents()
|
|
new /obj/item/clothing/gloves/boxing/blue(src)
|
|
new /obj/item/clothing/gloves/boxing/green(src)
|
|
new /obj/item/clothing/gloves/boxing/yellow(src)
|
|
new /obj/item/clothing/gloves/boxing(src)
|
|
|
|
|
|
/obj/structure/closet/masks
|
|
name = "mask closet"
|
|
desc = "IT'S A STORAGE UNIT FOR FIGHTER MASKS OLE!"
|
|
|
|
/obj/structure/closet/masks/populate_contents()
|
|
new /obj/item/clothing/mask/luchador(src)
|
|
new /obj/item/clothing/mask/luchador/rudos(src)
|
|
new /obj/item/clothing/mask/luchador/tecnicos(src)
|
|
|
|
|
|
/obj/structure/closet/lasertag/red
|
|
name = "red laser tag equipment"
|
|
desc = "It's a storage unit for laser tag equipment."
|
|
icon_state = "red"
|
|
icon_closed = "red"
|
|
|
|
/obj/structure/closet/lasertag/red/populate_contents()
|
|
new /obj/item/gun/energy/laser/tag/red(src)
|
|
new /obj/item/gun/energy/laser/tag/red(src)
|
|
new /obj/item/gun/energy/laser/tag/red(src)
|
|
new /obj/item/clothing/suit/redtag(src)
|
|
new /obj/item/clothing/suit/redtag(src)
|
|
new /obj/item/clothing/suit/redtag(src)
|
|
new /obj/item/clothing/head/helmet/redtaghelm(src)
|
|
|
|
/obj/structure/closet/lasertag/blue
|
|
name = "blue laser tag equipment"
|
|
desc = "It's a storage unit for laser tag equipment."
|
|
icon_state = "blue"
|
|
icon_closed = "blue"
|
|
|
|
/obj/structure/closet/lasertag/blue/populate_contents()
|
|
new /obj/item/gun/energy/laser/tag/blue(src)
|
|
new /obj/item/gun/energy/laser/tag/blue(src)
|
|
new /obj/item/gun/energy/laser/tag/blue(src)
|
|
new /obj/item/clothing/suit/bluetag(src)
|
|
new /obj/item/clothing/suit/bluetag(src)
|
|
new /obj/item/clothing/suit/bluetag(src)
|
|
new /obj/item/clothing/head/helmet/bluetaghelm(src)
|