From be55c0d0d58e006aeb578dadb8cf5c331c80d92b Mon Sep 17 00:00:00 2001 From: Markolie Date: Tue, 1 Sep 2015 20:02:42 +0200 Subject: [PATCH] Add custom styling to cult messages --- code/game/gamemodes/cult/runes.dm | 4 ++-- code/stylesheet.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/cult/runes.dm b/code/game/gamemodes/cult/runes.dm index 3b7ca6d5b0e..a4c41cb07ce 100644 --- a/code/game/gamemodes/cult/runes.dm +++ b/code/game/gamemodes/cult/runes.dm @@ -481,12 +481,12 @@ var/list/sacrificed = list() T.imbue = "blind" imbued_from = R break - if(R.word1==cultwords["self"] && R.word2==cultwords["other"] && R.word3==cultwords["technology"]) //communicat + if(R.word1==cultwords["self"] && R.word2==cultwords["other"] && R.word3==cultwords["technology"]) //communicate T = new(src.loc) T.imbue = "communicate" imbued_from = R break - if(R.word1==cultwords["join"] && R.word2==cultwords["hide"] && R.word3==cultwords["technology"]) //communicat + if(R.word1==cultwords["join"] && R.word2==cultwords["hide"] && R.word3==cultwords["technology"]) //stun T = new(src.loc) T.imbue = "runestun" imbued_from = R diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 603e7e52055..6cd6c266e5e 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -88,6 +88,7 @@ h1.alert, h2.alert {color: #000000;} .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;} +.cultspeech {color: #7F0000; font-style: italic;} .say_quote {font-family: Georgia, Verdana, sans-serif;} @@ -100,5 +101,4 @@ h1.alert, h2.alert {color: #000000;} BIG IMG.icon {width: 32px; height: 32px;} - "}