Tweaks nonverbal emote frequency

This commit is contained in:
mwerezak
2014-06-28 12:03:42 -04:00
parent 03648c220e
commit 7189dc9d0d
+1 -1
View File
@@ -88,7 +88,7 @@ var/list/department_radio_keys = list(
//handle nonverbal and sign languages here
if (speaking)
if (speaking.flags & NONVERBAL)
if (prob(50))
if (prob(30))
src.custom_emote(1, "[pick(speaking.signlang_verb)].")
if (speaking.flags & SIGNLANG)