From bd8d2bbf008f30e7ed2564f7eaf15c579dceec77 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Mon, 20 Nov 2017 16:04:59 -0500 Subject: [PATCH] Gives Tas coat same allowed items as HoS oat --- 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 9097643abc..4133c5897b 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -503,6 +503,7 @@ /obj/item/clothing/suit/storage/det_suit/fluff/tas_coat name = "Armored Colony coat" desc = "Dark green and grey colored sleeveless long coat with two thick metal shoulder pads. has seen some wear and tear, with noticeable patches in the fabric, scratches on the shoulder pads, but with a clean patch on the left upper chest. It has a red NT marked on the right shoulder pad and red Security on the left. " + allowed = list(/obj/item/weapon/gun,/obj/item/weapon/reagent_containers/spray/pepper,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/device/flashlight/maglight,/obj/item/clothing/head/helmet) icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "tasaldcoat"