From db863b258d231339a6825cc25fa41248165e3844 Mon Sep 17 00:00:00 2001 From: DZD Date: Wed, 27 May 2015 18:22:03 -0400 Subject: [PATCH] Minor bear fixes Fixes bears not having attack text or an attack sound. --- code/modules/mob/living/simple_animal/hostile/bear.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/bear.dm b/code/modules/mob/living/simple_animal/hostile/bear.dm index 0e4cc479394..25113ae500c 100644 --- a/code/modules/mob/living/simple_animal/hostile/bear.dm +++ b/code/modules/mob/living/simple_animal/hostile/bear.dm @@ -23,6 +23,8 @@ health = 60 melee_damage_lower = 20 melee_damage_upper = 30 + attacktext = "mauls" + attack_sound = 'sound/weapons/genhit3.ogg' //Space bears aren't affected by atmos. min_oxy = 0