fixes some talking related bugs (#13147)

This commit is contained in:
Casper3667
2022-02-15 23:23:22 +01:00
committed by GitHub
parent 014fa3886d
commit 644fbda38e
5 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
var/list/ask_verb = list("asks") // Used when sentence ends in a ?
var/list/exclaim_verb = list("exclaims") // Used when sentence ends in a !
var/list/shout_verb = list("shouts", "yells", "screams") //Used when a sentence ends in !!
var/list/whisper_verb = list("says quietly", "says softly", "whispers") // Optional. When not specified speech_verb + quietly/softly is used instead.
var/list/whisper_verb = null // Optional. When not specified speech_verb + quietly/softly is used instead.
var/list/signlang_verb = list("signs") // list of emotes that might be displayed if this language has NONVERBAL or SIGNLANG flags
var/list/sing_verb = list("sings")
var/list/sign_adv_length = list(" briefly", " a short message", " a message", " a lengthy message", " a very lengthy message") // 5 messages changing depending on the length of the signed language. A space should be added before the sentence as shown