From 21f899f6bab4d490230fc8c7b5a478069f6e96c2 Mon Sep 17 00:00:00 2001 From: "Kortgstation@gmail.com" Date: Fri, 3 Aug 2012 07:38:10 +0000 Subject: [PATCH] Changed the juggernaut to use Ausops new sprites (the thing that was gonna be the Behemoth that I'm never going to finish, the sprites were meant for the juggernaut anyway. Something even larger and more impressive will eventually fill the Behemoth role) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4299 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/simple_animal/constructs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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