Blood brother alert now has sound and bigger text (#44293)

* Makes the blood brother antag alert more obvious.

* added css class
This commit is contained in:
skoglol
2019-06-08 13:23:28 +02:00
committed by AnturK
parent 1b3b749d9f
commit c163ba599d
4 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -54,13 +54,14 @@
/datum/antagonist/brother/greet()
var/brother_text = get_brother_names()
to_chat(owner.current, "<B><font size=3 color=red>You are the [owner.special_role] of [brother_text].</font></B>")
to_chat(owner.current, "<span class='alertsyndie'>You are the [owner.special_role] of [brother_text].</span>")
to_chat(owner.current, "The Syndicate only accepts those that have proven themselves. Prove yourself and prove your [team.member_name]s by completing your objectives together!")
owner.announce_objectives()
give_meeting_area()
/datum/antagonist/brother/proc/finalize_brother()
SSticker.mode.update_brother_icons_added(owner)
owner.current.playsound_local(get_turf(owner.current), 'sound/ambience/antag/tatoralert.ogg', 100, FALSE, pressure_affected = FALSE)
/datum/antagonist/brother/admin_add(datum/mind/new_owner,mob/admin)
//show list of possible brothers
@@ -197,7 +197,7 @@
.=2
/datum/antagonist/traitor/greet()
to_chat(owner.current, "<B><font size=3 color=red>You are the [owner.special_role].</font></B>")
to_chat(owner.current, "<span class='alertsyndie'>You are the [owner.special_role].</span>")
owner.announce_objectives()
if(should_give_codewords)
give_codewords()
@@ -381,6 +381,7 @@ em {font-style: normal; font-weight: bold;}
.alertalien {color: #059223; font-weight: bold;}
.changeling {color: #059223; font-style: italic;}
.assimilator {color: #059223; font-size: 16px ; font-weight: bold;}
.alertsyndie {color: #FF0000; font-size: 24px ; font-weight: bold;}
.spider {color: #8800ff;}
@@ -380,6 +380,7 @@ h1.alert, h2.alert {color: #000000;}
.changeling {color: #800080; font-style: italic;}
.assimilator {color: #800080; font-size: 16px ; font-weight: bold;}
.bigassimilator {color: #800080; font-size: 32px ; font-weight: bold;}
.alertsyndie {color: #FF0000; font-size: 24px ; font-weight: bold;}
.spider {color: #4d004d;}