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 7ad6720fd13..12bf14ad2fe 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -124,8 +124,3 @@ 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 2940565bbc7..12fd69166e5 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -207,20 +207,6 @@ 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 1e58b6ac69e..c05478900b6 100644 Binary files a/icons/mob/taursuits_horse.dmi and b/icons/mob/taursuits_horse.dmi differ