mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user