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
+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"