From 369d71e566dcb43771f7fba6a212a293c96ad8cf Mon Sep 17 00:00:00 2001 From: xhianil Date: Fri, 22 Nov 2024 22:39:48 -0700 Subject: [PATCH] fix the loadout --- .../code/modules/client/loadout/boxers.dm | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modular_splurt/code/modules/client/loadout/boxers.dm b/modular_splurt/code/modules/client/loadout/boxers.dm index d55dbb4bad..ddc5d4ec25 100644 --- a/modular_splurt/code/modules/client/loadout/boxers.dm +++ b/modular_splurt/code/modules/client/loadout/boxers.dm @@ -9,54 +9,54 @@ /datum/gear/underwear/boxers/panties/maebari/maebari_heart name = "Heart-shaped Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_heart /datum/gear/underwear/boxers/panties/maebari/maebari_sheer name = "Sheer Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_sheer /datum/gear/underwear/boxers/panties/maebari/maebari_mini name = "Mini Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_mini /datum/gear/underwear/boxers/panties/maebari/maebari_sheer_mini name = "Mini Sheer Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_sheer_mini -/datum/gear/underwear/boxers/panties/maebari/maebari_vag_sheer +/datum/gear/underwear/boxers/panties/maebari/maebari_sheer_mini name = "Vaginal Sheer Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_sheer_mini /datum/gear/underwear/boxers/panties/maebari/maebari_vag_mini name = "Vaginal Mini Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_vag_mini /datum/gear/underwear/boxers/panties/maebari/maebari_vag name = "Vaginal Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_vag /datum/gear/underwear/boxers/panties/maebari/maebari_anal name = "Anal Maebari" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_anal /datum/gear/underwear/boxers/panties/maebari/maebari_vag_x name = "X shaped bandaids" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_vag_x /datum/gear/underwear/boxers/panties/maebari/maebari_vag_bandaid name = "vaginal bandaid" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_vag_bandaid /datum/gear/underwear/boxers/panties/maebari/maebari_anal_bandaid name = "anal bandaid" - path = /obj/item/clothing/underwear/briefs/panties/maebari + path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_anal_bandaid