Fixes whispering verbs (#5894)

This should fix the bug that caused whispering messages to be improperly formatted.
This commit is contained in:
Alberyk
2019-01-02 17:00:38 -02:00
committed by Erki
parent c4128a026f
commit bc0e06bfe4
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
var/speech_verb = "says" // 'says', 'hisses', 'farts'.
var/ask_verb = "asks" // Used when sentence ends in a ?
var/exclaim_verb = "exclaims" // Used when sentence ends in a !
var/whisper_verb = "whispers" // Optional. When not specified speech_verb + quietly/softly is used instead.
var/whisper_verb // Optional. When not specified speech_verb + quietly/softly is used instead.
var/signlang_verb = list("signs") // list of emotes that might be displayed if this language has NONVERBAL or SIGNLANG flags
var/colour = "body" // CSS style to use for strings in this language.
var/key = "x" // Character used to speak in language eg. :o for Unathi.