diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 254c6204b4..f163b8b4b0 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1254,7 +1254,9 @@ Departamental Swimsuits, for general use icon = 'icons/mob/taursuits_vr.dmi' icon_override = 'icons/mob/taursuits_vr.dmi' icon_state = "lilithsuit" + species_restricted = null armor = list(melee = 40, bullet = 20, laser = 20,energy = 5, bomb = 35, bio = 100, rad = 20) + mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(..()) if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/wolf)) @@ -1278,6 +1280,7 @@ Departamental Swimsuits, for general use icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "lilithhelmet" light_overlay = "helmet_light" + species_restricted = null mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) if(..())