mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Add custom styling to cult messages
This commit is contained in:
@@ -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
@@ -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>"}
|
||||
|
||||
Reference in New Issue
Block a user