diff --git a/code/modules/mob/living/simple_animal/corpse.dm b/code/modules/mob/living/simple_animal/corpse.dm index b70492d567a..78496dbe611 100644 --- a/code/modules/mob/living/simple_animal/corpse.dm +++ b/code/modules/mob/living/simple_animal/corpse.dm @@ -102,9 +102,9 @@ /datum/outfit/sovietcorpse name = "Corpse of a Soviet" - uniform = /obj/item/clothing/under/costume/soviet + uniform = /obj/item/clothing/under/new_soviet shoes = /obj/item/clothing/shoes/jackboots - head = /obj/item/clothing/head/bearpelt + head = /obj/item/clothing/head/sovietsidecap /obj/effect/mob_spawn/human/corpse/soviet/ranged @@ -112,7 +112,7 @@ /datum/outfit/sovietcorpse/ranged name = "Corpse of a Ranged Soviet" - head = /obj/item/clothing/head/ushanka + suit = /obj/item/clothing/suit/sovietcoat /obj/effect/mob_spawn/human/corpse/wizard diff --git a/icons/mob/simple_human.dmi b/icons/mob/simple_human.dmi index 93e03c30a40..c2b23216c50 100644 Binary files a/icons/mob/simple_human.dmi and b/icons/mob/simple_human.dmi differ