From a59f7977520ecfc53aaf488474a0404a26a9da98 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 25 Apr 2015 22:46:12 +0200 Subject: [PATCH] Addition What it says on the tin. --- code/modules/mob/living/simple_animal/friendly/corgi.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/corgi.dm b/code/modules/mob/living/simple_animal/friendly/corgi.dm index 831f62c17fb..9c22893e198 100644 --- a/code/modules/mob/living/simple_animal/friendly/corgi.dm +++ b/code/modules/mob/living/simple_animal/friendly/corgi.dm @@ -56,7 +56,7 @@ if(11 to 15) healths.icon_state = "health4" if(6 to 10) healths.icon_state = "health5" if(1 to 5) healths.icon_state = "health6" - else healths.icon_state = "health7" + if(0) healths.icon_state = "health7" regenerate_icons() /mob/living/simple_animal/corgi/Die()