Merge pull request #25782 from Cyberboss/patch-40

Fixes frog grammar
This commit is contained in:
Joan Lung
2017-04-02 19:06:40 -04:00
committed by GitHub
@@ -4,7 +4,7 @@
icon_state = "frog"
icon_living = "frog"
icon_dead = "frog_dead"
speak = list("ribbits","croaks")
speak = list("ribbit","croak")
emote_see = list("hops in a circle.", "shakes.")
speak_chance = 1
turns_per_move = 5
@@ -39,4 +39,4 @@
if(!stat && isliving(AM))
var/mob/living/L = AM
if(L.mob_size > MOB_SIZE_TINY)
playsound(src, 'sound/effects/Huuu.ogg', 50, 1)
playsound(src, 'sound/effects/Huuu.ogg', 50, 1)