diff --git a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm index 12bf14ad2f..7ad6720fd1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -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 \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 12fd69166e..2940565bbc 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -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)" diff --git a/icons/mob/taursuits_horse.dmi b/icons/mob/taursuits_horse.dmi index b8901590ec..1e58b6ac69 100644 Binary files a/icons/mob/taursuits_horse.dmi and b/icons/mob/taursuits_horse.dmi differ diff --git a/icons/mob/taursuits_horse_vr.dmi b/icons/mob/taursuits_horse_vr.dmi index b8901590ec..1e58b6ac69 100644 Binary files a/icons/mob/taursuits_horse_vr.dmi and b/icons/mob/taursuits_horse_vr.dmi differ