Skip to content

Commit

Permalink
fix the loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
xhianil committed Nov 23, 2024
1 parent 3fbecc8 commit 369d71e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modular_splurt/code/modules/client/loadout/boxers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 369d71e

Please sign in to comment.