From a9a0d29b89950ac839d1ecae3e72f871e6cea058 Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 23 Jun 2023 17:24:17 +1000 Subject: [PATCH] Removes armor from the big fur coat --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 7c92bf3e1a1..386520c19d9 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -218,6 +218,7 @@ icon_override = 'icons/inventory/suit/mob_vr.dmi' item_state = "russofurcoat" + armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0) allowed = list (/obj/item/weapon/pen, /obj/item/weapon/paper, /obj/item/device/flashlight, /obj/item/weapon/tank/emergency/oxygen, /obj/item/weapon/storage/fancy/cigarettes, /obj/item/weapon/storage/box/matches, /obj/item/weapon/reagent_containers/food/drinks/flask) flags_inv = HIDETIE|HIDEHOLSTER