Replaces the sound mice make when you step on them.

This commit is contained in:
Belsima
2017-09-15 18:13:19 -04:00
parent 3f853ef1cf
commit 8b130ce221
@@ -96,7 +96,7 @@
if(!stat)
var/mob/M = AM
M << "<font color='blue'>\icon[src] Squeek!</font>"
playsound(src, 'sound/effects/creatures/mouse_squeak_loud.ogg', 35, 1)
M << 'sound/effects/mouse_squeak.ogg'
..()
/mob/living/simple_animal/mouse/death()