more clothes, fixes to human sprites, mamal sprites and tails.

This commit is contained in:
QuoteFox
2020-03-28 23:18:39 +00:00
parent 53b2a6e4c1
commit 4d6d9c37ac
17 changed files with 10 additions and 8 deletions
+4 -6
View File
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

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,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.
+1
View File
@@ -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"