Merge pull request #14356 from SteelSlayer/fix-objective-printing

Fixes terrible text formatting with the end of round traitor info
This commit is contained in:
AffectedArc07
2020-09-17 20:41:31 +01:00
committed by GitHub
+2 -2
View File
@@ -119,10 +119,10 @@
if(traitorwin)
text += "<br><font color='green'><B>The [special_role_text] was successful!</B></font>"
text += "<br><font color='green'><B>The [special_role_text] was successful!</B></font><br>"
feedback_add_details("traitor_success","SUCCESS")
else
text += "<br><font color='red'><B>The [special_role_text] has failed!</B></font>"
text += "<br><font color='red'><B>The [special_role_text] has failed!</B></font><br>"
feedback_add_details("traitor_success","FAIL")
if(length(SSticker.mode.implanted))