Fix remaining issues and sound shit

This commit is contained in:
Tigercat2000
2016-04-05 16:26:11 -07:00
parent c72cc9606e
commit bb5e3bca63
27 changed files with 65 additions and 69 deletions
@@ -37,7 +37,7 @@
..()
if(prob(speak_chance))
for(var/mob/M in view())
to_chat(M, 'sound/effects/mousesqueek.ogg')
M << 'sound/effects/mousesqueek.ogg'
/mob/living/simple_animal/mouse/Life()
. = ..()
@@ -113,7 +113,7 @@
if(!stat)
var/mob/M = AM
to_chat(M, "\blue \icon[src] Squeek!")
to_chat(M, 'sound/effects/mousesqueek.ogg')
M << 'sound/effects/mousesqueek.ogg'
..()
/mob/living/simple_animal/mouse/death()