diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 4f967a068f..19a7bd5cb2 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -841,3 +841,11 @@ armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0) body_parts_covered = HEAD|FACE|EYES +//virgo113:Verin Raharra +/obj/item/clothing/suit/storage/hazardvest/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_state = "verin" + item_state = "verin_mob" diff --git a/config/custom_items.txt b/config/custom_items.txt index a09639d120..680318db3a 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -421,6 +421,11 @@ item_path: /obj/item/clothing/head/fluff/runac # ######## U CKEYS # ######## V CKEYS { +ckey: virgo113 +character_name: Verin Raharra +item_path: /obj/item/clothing/suit/storage/hazardvest/verin +} +{ ckey: vorrarkul character_name: Lucina Dakarim item_path: /obj/item/device/pda/heads/cmo/fluff/lucinapda diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 1c7d0cdd66..f60b7da7db 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ