more clothes, fixes to human sprites, mamal sprites and tails.
@@ -1,6 +1,6 @@
|
||||
/obj/item/clothing/gloves/latexsleeves
|
||||
name = "Latex Sleeves"
|
||||
desc = "A pair of shiny latex sleeves that covers one arms."
|
||||
name = "latex sleeves"
|
||||
desc = "A pair of shiny latex sleeves that covers ones arms."
|
||||
icon_state = "latex"
|
||||
item_state = "latex"
|
||||
icon = 'hyperstation/icons/obj/clothing/gloves.dmi'
|
||||
@@ -8,7 +8,7 @@
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/head/dominatrixcap
|
||||
name = "Dominatrix Cap"
|
||||
name = "dominatrix cap"
|
||||
desc = "A sign of authority, over the body."
|
||||
icon_state = "dominatrix"
|
||||
item_state = "dominatrix"
|
||||
@@ -17,10 +17,8 @@
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/shoes/highheels
|
||||
name = "High Heels"
|
||||
name = "high heels"
|
||||
desc = "They make the wearer appear taller, and noisey!"
|
||||
icon_state = "highheels"
|
||||
item_state = "highheels"
|
||||
icon = 'hyperstation/icons/obj/clothing/shoes.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi'
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 420 B |
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 471 B |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
@@ -48,13 +48,16 @@
|
||||
/obj/item/clothing/under/stripper_green = 5,
|
||||
/obj/item/dildo/custom = 5,
|
||||
/obj/item/reagent_containers/pill/penis_enlargement = 3,
|
||||
/obj/item/reagent_containers/pill/breast_enlargement = 3
|
||||
/obj/item/reagent_containers/pill/breast_enlargement = 3,
|
||||
/obj/item/clothing/gloves/latexsleeves = 3,
|
||||
/obj/item/clothing/shoes/highheels = 3
|
||||
|
||||
)
|
||||
contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5,
|
||||
/obj/item/clothing/neck/petcollar = 5,
|
||||
/obj/item/clothing/under/mankini = 1,
|
||||
/obj/item/dildo/flared/huge = 1
|
||||
/obj/item/dildo/flared/huge = 1,
|
||||
/obj/item/clothing/head/dominatrixcap = 1
|
||||
)
|
||||
premium = list(
|
||||
/obj/item/electropack/shockcollar = 3,
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.2 KiB |
@@ -2884,6 +2884,7 @@
|
||||
#include "hyperstation\code\modules\crafting\recipes.dm"
|
||||
#include "hyperstation\code\obj\decal.dm"
|
||||
#include "hyperstation\code\obj\fluff.dm"
|
||||
#include "hyperstation\code\obj\kinkyclothes.dm"
|
||||
#include "hyperstation\code\obj\milking machine.dm"
|
||||
#include "hyperstation\code\obj\plushes.dm"
|
||||
#include "hyperstation\code\obj\pregnancytester.dm"
|
||||
|
||||