mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 04:56:23 +01:00
Some new hairs + Shaws
hairs n shaws
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user