diff --git a/code/modules/mob/living/simple_animal/constructs.dm b/code/modules/mob/living/simple_animal/constructs.dm index 0264295b74d..84393d77538 100644 --- a/code/modules/mob/living/simple_animal/constructs.dm +++ b/code/modules/mob/living/simple_animal/constructs.dm @@ -7,8 +7,8 @@ original_name = "Juggernaut" desc = "A possessed suit of armour driven by the will of the restless dead" icon = 'icons/mob/mob.dmi' - icon_state = "armour" - icon_living = "armour" + icon_state = "behemoth" + icon_living = "behemoth" icon_dead = "shade_dead" maxHealth = 250 health = 250