From dd454644d1885a98ddf516023d2db1bf48dbe0ef Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 20 Mar 2018 15:10:42 +0200 Subject: [PATCH] Fixed leg wraps When no species are in the existing allowed list, no species can wear the thing. --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 425e98ca5e..45ac6dd99e 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1034,7 +1034,6 @@ item_icons = list() body_parts_covered = 0 - species_restricted = list() /obj/item/clothing/shoes/black/cuffs/red name = "red leg wraps" @@ -1760,4 +1759,4 @@ Departamental Swimsuits, for general use icon_state = "tronsiren_shoes" icon = 'icons/vore/custom_clothes_vr.dmi' - icon_override = 'icons/vore/custom_onmob_vr.dmi' \ No newline at end of file + icon_override = 'icons/vore/custom_onmob_vr.dmi'