Some new hairs + Shaws

hairs n shaws
This commit is contained in:
QuoteFox
2021-01-30 02:58:46 +00:00
parent 3d1aabd694
commit 4986e98055
5 changed files with 29 additions and 2 deletions
@@ -470,7 +470,17 @@
/datum/sprite_accessory/hair/quotey
name = "Tail Hair"
icon_state = "hair_tailhair"
ckeys_allowed = list("quotefox")
/datum/sprite_accessory/hair/mommy
name = "Hairfre"
name = "(Hyper) Hairfre"
icon_state = "hair_hairfre"
/datum/sprite_accessory/hair/sidehair
name = "(Hyper) Side Hair"
icon_state = "hair_tailhair2"
ckeys_allowed = list("quotefox")
/datum/sprite_accessory/hair/curtains
name = "(Hyper) Curtains"
icon_state = "hair_curtains"
+18 -1
View File
@@ -34,4 +34,21 @@
/obj/item/clothing/shoes/highheels/Initialize()
. = ..()
AddComponent(/datum/component/squeak, list('sound/effects/footstep/highheel1.ogg' = 1,'sound/effects/footstep/highheel2.ogg' = 1), 20)
//the classic click clack
//the classic click clack
obj/item/clothing/neck/shaw
name = "white shaw"
desc = "Fluffy neck wear to keep you warm, and attract others."
icon = 'hyperstation/icons/obj/clothing/neck.dmi'
w_class = WEIGHT_CLASS_SMALL
icon_state = "shaw"
item_state = "" //no inhands
obj/item/clothing/neck/shaw/black
name = "black shaw"
desc = "Fluffy neck wear to keep you warm, and attract others."
icon = 'hyperstation/icons/obj/clothing/neck.dmi'
w_class = WEIGHT_CLASS_SMALL
icon_state = "shaw"
item_state = "" //no inhands
color = "#3d3d3d"
Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB