From 15de90ce27022b5483da347c100ef9a0c6f4e370 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Thu, 17 Sep 2020 14:14:09 -0500 Subject: [PATCH] fix traitor EOR info --- code/game/gamemodes/traitor/traitor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 0c3f148b106..e7c5b4541a8 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -119,10 +119,10 @@ if(traitorwin) - text += "
The [special_role_text] was successful!" + text += "
The [special_role_text] was successful!
" feedback_add_details("traitor_success","SUCCESS") else - text += "
The [special_role_text] has failed!" + text += "
The [special_role_text] has failed!
" feedback_add_details("traitor_success","FAIL") if(length(SSticker.mode.implanted))