mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
From previous PR: - Fixes Quick Equip (Thanks, Matt) - Fixes Loadout Preview, will override uniforms properly now - Turns shirts into uniform items, so you can attach accessories to them This also fixes the issue of people spawning in shirtless if they didn't attach properly to the pants. Additions: - Shifts suspenders, leather chaps, and kneepads to be pants accessories. (This fixes the issue of accessories staying even without pants, e.g. assless chaps) (In future, hip holsters are to be added to this accessory list) Anyway, that's the long and short of it. Have fun. --------- Signed-off-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
/obj/structure/closet/athletic_mixed
|
|
name = "athletic wardrobe"
|
|
desc = "It's a storage unit for athletic wear."
|
|
icon_door = "mixed"
|
|
|
|
/obj/structure/closet/athletic_mixed/fill()
|
|
new /obj/item/towel/random(src)
|
|
new /obj/item/towel/random(src)
|
|
new /obj/item/clothing/pants/shorts/athletic/grey(src)
|
|
new /obj/item/clothing/pants/shorts/athletic/black(src)
|
|
new /obj/item/clothing/pants/shorts/athletic/red(src)
|
|
new /obj/item/clothing/pants/shorts/athletic/blue(src)
|
|
new /obj/item/clothing/pants/shorts/athletic/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)
|
|
new /obj/item/clothing/mask/snorkel(src)
|
|
new /obj/item/clothing/mask/snorkel(src)
|
|
new /obj/item/clothing/shoes/swimmingfins(src)
|
|
new /obj/item/clothing/shoes/swimmingfins(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/fill()
|
|
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/fill()
|
|
new /obj/item/clothing/mask/luchador(src)
|
|
new /obj/item/clothing/mask/luchador/rudos(src)
|
|
new /obj/item/clothing/mask/luchador/tecnicos(src)
|