diff --git a/code/modules/admin/check_antagonists.dm b/code/modules/admin/check_antagonists.dm index cc0637b62ec..3b684ed4467 100644 --- a/code/modules/admin/check_antagonists.dm +++ b/code/modules/admin/check_antagonists.dm @@ -110,7 +110,7 @@ dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")]
" dat += "End Round Now
" if(SSticker.delay_end) - dat += "End Round Normally
" + dat += "Undelay Round End
" else dat += "Delay Round End
" dat += "Enable/Disable CTF
"