From 1ca2be55b4e86aca1c8b5a96b5be95b30d43fca4 Mon Sep 17 00:00:00 2001 From: Gwydion Brain Date: Thu, 21 Feb 2019 19:53:31 -0800 Subject: [PATCH] Adjusts verbs, reduces redundancy --- code/modules/mob/language.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index d95914202c1..767305df99f 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -432,6 +432,7 @@ desc = "Neo-Russkiya, a bastard mix of Gutter, Sol Common, and old Russian. Maintained primarily by USSP citizens and fringe traders." speech_verb = "articulates" whisper_verb = "mutters" + exclaim_verb = "exaggerates" colour = "com_srus" key = "<" space_chance = 65 @@ -450,8 +451,6 @@ /datum/language/com_srus/trad_srus name = "Traditional Russkiya" desc = "A more formalized form of Russkiya that attempts to (poorly) adhere to old Russian grammar and rules. The official langauge of the USSP." - speech_verb = "articulates" - whisper_verb = "mutters" colour = "trad_srus" key = ">" space_chance = 60