From de9cd436f78d00f61644cb69fddd93c5dbee966e Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 18 Mar 2018 15:17:22 -0400 Subject: [PATCH] Fixes #3285 - Gilded cuffs not shown on mob --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 17f8cbf144..425e98ca5e 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1031,32 +1031,26 @@ icon_state = "gildedcuffs" icon_override = 'icons/vore/custom_onmob_vr.dmi' - item_state = "gildedcuffs_mob" - item_icons = null + item_icons = list() body_parts_covered = 0 - species_restricted = null + species_restricted = list() /obj/item/clothing/shoes/black/cuffs/red name = "red leg wraps" desc = "Ankle coverings for digitigrade creatures. Red!" icon_state = "redcuffs" - item_state = "redcuffs_mob" /obj/item/clothing/shoes/black/cuffs/blue name = "blue leg wraps" desc = "Ankle coverings for digitigrade creatures. Blue!" icon_state = "bluecuffs" - item_state = "bluecuffs_mob" - //bwoincognito:Octavious Ward /obj/item/clothing/shoes/black/cuffs/octavious name = "silvered leg wraps" desc = "Dark leather leg wraps with sliver clasps on the sides. Stylish and functional." icon_state = "silvergildedcuffs" - item_state = "silvergildedcuffs_mob" - //jemli:Jemli /obj/item/clothing/head/fedora/fluff/jemli