diff --git a/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm b/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm index 82a6b8a6..769ff0d6 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm @@ -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" diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index b6ab978d..7bf22862 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -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 \ No newline at end of file +//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" \ No newline at end of file diff --git a/hyperstation/icons/obj/clothing/neck.dmi b/hyperstation/icons/obj/clothing/neck.dmi new file mode 100644 index 00000000..2addc539 Binary files /dev/null and b/hyperstation/icons/obj/clothing/neck.dmi differ diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 6babeb65..640c4c0c 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ diff --git a/icons/mob/neck.dmi b/icons/mob/neck.dmi index cf0d15b9..04349a1d 100644 Binary files a/icons/mob/neck.dmi and b/icons/mob/neck.dmi differ