From 84dcf0dd3fbb59485b87f7d8d8ccc37588b7b839 Mon Sep 17 00:00:00 2001 From: phil235 Date: Sat, 30 Apr 2016 12:33:12 +0200 Subject: [PATCH] dammit. --- code/modules/mob/living/simple_animal/simple_animal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/simple_animal.dm b/code/modules/mob/living/simple_animal/simple_animal.dm index da72e276f92..81ee2da1dce 100644 --- a/code/modules/mob/living/simple_animal/simple_animal.dm +++ b/code/modules/mob/living/simple_animal/simple_animal.dm @@ -395,7 +395,7 @@ new i(loc) if(!gibbed) if(death_sound) - playsound(get_turf(src),death_sound, 200, 1 + playsound(get_turf(src),death_sound, 200, 1) if(deathmessage) visible_message("[deathmessage]") else if(!del_on_death)