Mice snuffle less

This commit is contained in:
Anewbe
2017-07-29 20:20:14 -05:00
parent 16eb12ce01
commit 075868c920

View File

@@ -58,7 +58,7 @@
if(prob(1))
lay_down()
speak_chance = initial(speak_chance)
else if(prob(5))
else if(prob(1))
audible_emote("snuffles.")
/mob/living/simple_animal/mouse/New()