Update traitor_bro.dm

This commit is contained in:
deathride58
2017-11-21 14:56:41 -05:00
committed by GitHub
parent 1f6b3ce629
commit 973be1b494
@@ -121,6 +121,12 @@
if(!(istype(objective, /datum/objective/crew)))
win = FALSE
objective_count++
if(win)
text += "<br><font color='green'><B>The blood brothers were successful!</B></font>"
SSblackbox.record_feedback("tally", "brother_success", 1, "SUCCESS")
else
text += "<br><font color='red'><B>The blood brothers have failed!</B></font>"
SSblackbox.record_feedback("tally", "brother_success", 1, "FAIL")
text += "<br>"
to_chat(world, text)