Adds the long wool furcoat, its horse taur variant and improves shading on the taur hos coat and warden alt coat

This commit is contained in:
Guy
2022-05-13 10:15:50 -03:00
parent 37eaf2859e
commit d9fe1af3b7
4 changed files with 19 additions and 0 deletions
@@ -124,3 +124,8 @@ Talon winter coat
display_name = "hazard vest, atmospherics"
path = /obj/item/clothing/suit/storage/hazardvest/atmos
allowed_roles = list("Chief Engineer","Atmospheric Technician", "Engineer")
//Long wool coat
/datum/gear/suit/russofurcoat
display_name = "long wool coat"
path = /obj/item/clothing/suit/storage/vest/hoscoat/russofurcoat
@@ -207,6 +207,20 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "greatcoat_mob"
//For general use
/obj/item/clothing/suit/storage/vest/hoscoat/russofurcoat
name = "long wool coat"
desc = "A sophisticated long coat made of wool, keeps you warm and cozy in the harsh winters."
icon = 'icons/inventory/suit/mob_vr.dmi'
icon_state = "russofurcoat"
icon_override = 'icons/inventory/suit/mob_vr.dmi'
item_state = "russofurcoat"
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
//For general use
/obj/item/clothing/suit/storage/fluff/fedcoat
name = "Federation Uniform Jacket (Red)"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 114 KiB