mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
New polychromic outfits + loadout changes
This commit is contained in:
@@ -51,8 +51,9 @@
|
||||
/obj/item/reagent_containers/pill/penis_enlargement = 3,
|
||||
/obj/item/reagent_containers/pill/breast_enlargement = 3,
|
||||
/obj/item/clothing/gloves/latexsleeves = 3,
|
||||
/obj/item/clothing/shoes/highheels = 3
|
||||
|
||||
/obj/item/clothing/shoes/highheels = 3,
|
||||
/obj/item/clothing/under/polychromic/stripper = 3,
|
||||
/obj/item/clothing/under/polychromic/bikini = 3
|
||||
)
|
||||
contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5,
|
||||
/obj/item/clothing/neck/petcollar = 5,
|
||||
|
||||
@@ -18,6 +18,18 @@
|
||||
new /obj/item/clothing/under/polychromic/shorts(src)
|
||||
new /obj/item/clothing/under/polychromic/shorts(src)
|
||||
new /obj/item/clothing/under/polychromic/shorts(src)
|
||||
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
|
||||
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
|
||||
new /obj/item/clothing/under/polychromic/shortpants/pantsu(src)
|
||||
new /obj/item/clothing/under/polychromic/bikini(src)
|
||||
new /obj/item/clothing/under/polychromic/bikini(src)
|
||||
new /obj/item/clothing/under/polychromic/bikini(src)
|
||||
new /obj/item/clothing/under/polychromic/stripper(src)
|
||||
new /obj/item/clothing/under/polychromic/stripper(src)
|
||||
new /obj/item/clothing/under/polychromic/stripper(src)
|
||||
new /obj/item/clothing/under/polychromic/bottomless(src)
|
||||
new /obj/item/clothing/under/polychromic/bottomless(src)
|
||||
new /obj/item/clothing/under/polychromic/bottomless(src)
|
||||
new /obj/item/clothing/mask/bandana/red(src)
|
||||
new /obj/item/clothing/mask/bandana/red(src)
|
||||
new /obj/item/clothing/mask/bandana/blue(src)
|
||||
|
||||
@@ -360,10 +360,31 @@
|
||||
name = "Pink stripper outfit"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/stripper_pink
|
||||
cost = 3
|
||||
|
||||
/datum/gear/greenstripper
|
||||
name = "Green stripper outfit"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/stripper_green
|
||||
cost = 3
|
||||
|
||||
/datum/gear/polybikini
|
||||
name = "Polychromic Bikini"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/bikini
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polystripper
|
||||
name = "Polychromic Stripper Outfit"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/stripper
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polypantsu
|
||||
name = "Polychromic Panties"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/shortpants/pantsu
|
||||
|
||||
/datum/gear/polybottomless
|
||||
name = "Polychromic Bottomless Shirt"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/bottomless
|
||||
cost = 2
|
||||
@@ -165,4 +165,26 @@
|
||||
primary_color = "#808080" //RGB in hexcode
|
||||
secondary_color = "#FFFFFF"
|
||||
tertiary_color = "#8CC6FF"
|
||||
body_parts_covered = CHEST|GROIN
|
||||
|
||||
/obj/item/clothing/under/polychromic/bikini
|
||||
name = "polychromic bikini"
|
||||
desc = "Perfect for summer."
|
||||
icon_state = "polybikini"
|
||||
item_color = "polybikini"
|
||||
item_state = "rainbow"
|
||||
primary_color = "#808080" //RGB in hexcode
|
||||
secondary_color = "#FFFFFF"
|
||||
tertiary_color = "#8CC6FF"
|
||||
body_parts_covered = CHEST|GROIN
|
||||
|
||||
/obj/item/clothing/under/polychromic/stripper
|
||||
name = "polychromic stripper outfit"
|
||||
desc = "Sexy with style."
|
||||
icon_state = "polystripper"
|
||||
item_color = "polystripper"
|
||||
item_state = "rainbow"
|
||||
primary_color = "#808080" //RGB in hexcode
|
||||
secondary_color = "#FFFFFF"
|
||||
tertiary_color = "#8CC6FF"
|
||||
body_parts_covered = CHEST|GROIN
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user