forked from Sandstorm-Station/Sandstorm-Station-13
-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1222 from SaraSayomi/Dresses
Dresses and panties for pretty girls, also apparently cloaks
- Loading branch information
Showing
12 changed files
with
435 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
/datum/gear/underwear/boxers/panties/panties_cow | ||
name = "Cow-kini Panties" | ||
path = /obj/item/clothing/underwear/briefs/panties/panties_cow | ||
|
||
/datum/gear/underwear/boxers/panties/maebari | ||
name = "Maebari" | ||
path = /obj/item/clothing/underwear/briefs/panties/maebari | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_heart | ||
name = "Heart-shaped 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/maebari_sheer | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_mini | ||
name = "Mini 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/maebari_sheer_mini | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_sheer_mini | ||
name = "Vaginal Sheer 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/maebari_vag_mini | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_vag | ||
name = "Vaginal 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/maebari_anal | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_vag_x | ||
name = "X shaped bandaids" | ||
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/maebari_vag_bandaid | ||
|
||
|
||
/datum/gear/underwear/boxers/panties/maebari/maebari_anal_bandaid | ||
name = "anal bandaid" | ||
path = /obj/item/clothing/underwear/briefs/panties/maebari/maebari_anal_bandaid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.