From 0276cbfd54292679c10f526c6675d89ae946e686 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 7 Jul 2026 20:13:20 -0400 Subject: [PATCH] Add wetsuits and a pair of towels to the athletic wardrobe. (#32160) * Add wetsuits and a pair of towels to the athletic wardrobe. * Apply suggestion from CRUNCH review Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Signed-off-by: Alan --------- Signed-off-by: Alan Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> --- .../objects/structures/crates_lockers/closets/fitness.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/closets/fitness.dm b/code/game/objects/structures/crates_lockers/closets/fitness.dm index caaa1ba4d57..8190d89e1c1 100644 --- a/code/game/objects/structures/crates_lockers/closets/fitness.dm +++ b/code/game/objects/structures/crates_lockers/closets/fitness.dm @@ -14,7 +14,13 @@ new /obj/item/clothing/under/misc/swimsuit/blue(src) new /obj/item/clothing/under/misc/swimsuit/green(src) new /obj/item/clothing/under/misc/swimsuit/purple(src) - + new /obj/item/clothing/under/misc/wetsuit/green(src) + new /obj/item/clothing/under/misc/wetsuit/gold(src) + new /obj/item/clothing/under/misc/wetsuit/pink(src) + new /obj/item/clothing/under/misc/wetsuit/purple(src) + new /obj/item/clothing/under/misc/wetsuit/orange(src) + new /obj/item/clothing/neck/towel(src) + new /obj/item/clothing/neck/towel(src) /obj/structure/closet/boxinggloves name = "boxing gloves"