From 146ded3521438897e75481e26ec9e4f62c80863c Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 24 Aug 2015 02:45:38 -0400 Subject: [PATCH] Gutter Language Update --- code/modules/mob/language.dm | 4 +++- code/stylesheet.dm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index e1cae9e3c66..43c84502453 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -246,7 +246,7 @@ key = "5" flags = RESTRICTED | WHITELISTED syllables = list("02011","01222","10100","10210","21012","02011","21200","1002","2001","0002","0012","0012","000","120","121","201","220","10","11","0") - + /datum/language/machine/get_random_name() if(prob(70)) name = "[pick(list("PBU","HIU","SINA","ARMA","OSI"))]-[rand(100, 999)]" @@ -333,6 +333,8 @@ name = "Gutter" desc = "Much like Standard, this crude pidgin tongue descended from numerous languages and serves as Tradeband for criminal elements." speech_verb = "growls" + ask_verb = "gnarls" + exclaim_verb = "snarls" colour = "rough" key = "3" syllables = list ("gra","ba","ba","breh","bra","rah","dur","ra","ro","gro","go","ber","bar","geh","heh", "gra") diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 9ba50242b59..a8ad6cf6580 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -85,7 +85,7 @@ h1.alert, h2.alert {color: #000000;} .clown {color: #ff0000;} .shadowling {color: #3b2769;} .vulpkanin {color: #B97A57;} -.rough {font-family: "Trebuchet MS", cursive, sans-serif;} +.rough {color: #7092BE; font-family: "Trebuchet MS", cursive, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;} .sans {font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;}