From 243a732a33ea490a6db6e52611e35eb6090cd470 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 16 Jan 2017 16:12:10 -0500 Subject: [PATCH] Fixes Verin's trenchcoat Forgot some lines and it should have been fluff path anyway --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 49a4cad7f8..fc14e57025 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -868,10 +868,12 @@ body_parts_covered = HEAD|FACE|EYES //virgo113:Verin Raharra -/obj/item/clothing/suit/storage/hazardvest/verin +/obj/item/clothing/suit/storage/hazardvest/fluff/verin name = "Green Haz-coat" desc = "A well-worn green, long coat made with lightweight materials, it has a radioactive hazard icon on it's right sleeve. Smells faintly like sergal." armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 20) body_parts_covered = UPPER_TORSO|ARMS + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' icon_state = "verin" item_state = "verin_mob"