mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix remaining issues and sound shit
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user