Latex Outfits, Bulge System for clothes

This commit is contained in:
QuoteFox
2021-05-11 02:25:15 +01:00
parent 12ee6c6f43
commit 3640442cb7
7 changed files with 28 additions and 0 deletions
@@ -150,6 +150,12 @@ There are several things that need to be remembered:
uniform_overlay.pixel_y += dna.species.offset_features[OFFSET_UNIFORM][2]
overlays_standing[UNIFORM_LAYER] = uniform_overlay
if(src.getorganslot("penis")) //they have a penis
uniform_overlay.add_overlay(mutable_appearance('hyperstation/icons/mob/clothes/extra.dmi', "[U.icon_state]_penis"))
if(src.getorganslot("breasts")) //they have breasts
uniform_overlay.add_overlay(mutable_appearance('hyperstation/icons/mob/clothes/extra.dmi', "[U.icon_state]_breasts"))
apply_overlay(UNIFORM_LAYER)
update_mutant_bodyparts()
+20
View File
@@ -67,3 +67,23 @@ obj/item/clothing/neck/stole/black
body_parts_covered = CHEST|LEGS|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/under/latexfull
name = "full latex jumpsuit"
desc = "A tight fitting jumpsuit made of latex."
icon = 'hyperstation/icons/obj/clothing/suits.dmi'
icon_state = "latex"
alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi'
item_state = "r_suit"
can_adjust = FALSE
force_alternate_icon = TRUE
/obj/item/clothing/under/latexhalf
name = "latex bodysuit"
desc = "A tight fitting outfit made of latex, that covers the wearers torso."
icon = 'hyperstation/icons/obj/clothing/suits.dmi'
icon_state = "latexhalf"
alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi'
item_state = "r_suit"
can_adjust = FALSE
mutantrace_variation = NO_MUTANTRACE_VARIATION
Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -60,6 +60,8 @@
/obj/item/clothing/under/polychromic/onepeice = 3,
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3,
/obj/item/clothing/under/polychromic/bulge = 3,
/obj/item/clothing/under/latexhalf = 3,
/obj/item/clothing/under/latexfull = 3,
/obj/item/clothing/suit/maidapron = 3,
/obj/item/clothing/under/corset = 3,
/obj/item/clothing/under/jabroni = 3,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 332 KiB