Add custom styling to cult messages

This commit is contained in:
Markolie
2015-09-01 20:02:42 +02:00
parent b683cfa0c5
commit be55c0d0d5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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;}
</style>"}