Adding wearability to fried vox trash (#13978)

* code to add head wearing functionality to fried vox trash
This commit is contained in:
Kugamo
2020-09-16 17:58:00 -05:00
committed by GitHub
parent 27edf99e06
commit 55249e2862
9 changed files with 12 additions and 0 deletions
+8
View File
@@ -59,6 +59,14 @@
/obj/item/trash/fried_vox
name = "Kentucky Fried Vox"
icon_state = "fried_vox_empty"
item_state = "fried_vox_empty"
slot_flags = SLOT_HEAD
dog_fashion = /datum/dog_fashion/head/fried_vox_empty
sprite_sheets = list(
"Skrell" = 'icons/mob/species/skrell/head.dmi',
"Drask" = 'icons/mob/species/drask/head.dmi',
"Kidan" = 'icons/mob/species/kidan/head.dmi'
)
/obj/item/trash/pistachios
name = "Pistachios pack"