From ffb0fe1bb62679b4e10214374d3b977b98e53fe1 Mon Sep 17 00:00:00 2001 From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> Date: Sun, 6 Mar 2022 19:13:22 -0600 Subject: [PATCH] Fixes tops (#234) --- modular_sand/code/modules/clothing/underwear/shirts.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_sand/code/modules/clothing/underwear/shirts.dm b/modular_sand/code/modules/clothing/underwear/shirts.dm index 0e1b655862..49ea503acd 100644 --- a/modular_sand/code/modules/clothing/underwear/shirts.dm +++ b/modular_sand/code/modules/clothing/underwear/shirts.dm @@ -80,12 +80,12 @@ name = "red bikini" icon_state = "swimming_red" -/obj/item/clothing/underwear/top/bra_binder +/obj/item/clothing/underwear/shirt/top/bra_binder name = "Bra (binder)" icon_state = "bra_binder" body_parts_covered = CHEST -/obj/item/clothing/underwear/top/bra_binder/strapless +/obj/item/clothing/underwear/shirt/top/bra_binder/strapless name = "Bra (binder, strapless)" icon_state = "bra_binder_strapless"