From fbddee58518334c8c6d9c7fc19aa5f20213c2e96 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 2 May 2018 11:46:01 +0300 Subject: [PATCH] Update rat.dm --- code/modules/mob/living/simple_animal/vore/rat.dm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/code/modules/mob/living/simple_animal/vore/rat.dm b/code/modules/mob/living/simple_animal/vore/rat.dm index bf870f456c7..663ab7917a9 100644 --- a/code/modules/mob/living/simple_animal/vore/rat.dm +++ b/code/modules/mob/living/simple_animal/vore/rat.dm @@ -41,14 +41,6 @@ vore_pounce_chance = 45 vore_icons = SA_ICON_LIVING | SA_ICON_REST -/mob/living/simple_animal/hostile/bigrat/death() - playsound(src, 'sound/effects/mouse_squeak_loud.ogg', 50, 1) - if(resting) - resting = 0 - icon_state = icon_dead - update_icon() - ..() - /mob/living/simple_animal/hostile/rat/passive name = "curious giant rat" desc = "In what passes for a hierarchy among verminous rodents, this one is king. It seems to be more interested on scavenging." @@ -156,7 +148,7 @@ T = F break return T -======= + /mob/living/simple_animal/hostile/rat/death() playsound(src, 'sound/effects/mouse_squeak_loud.ogg', 50, 1) ..()