From b44b777d28fc56ce1fb0095d0c5b9ceaf75e85e4 Mon Sep 17 00:00:00 2001 From: skull132 Date: Sun, 24 Jan 2016 20:49:26 +0200 Subject: [PATCH] Check_fax_history fix 2 1s and 0s, gents. --- code/modules/aurora/duty_officer/duty officer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/aurora/duty_officer/duty officer.dm b/code/modules/aurora/duty_officer/duty officer.dm index 49e998aa..c73f255b 100644 --- a/code/modules/aurora/duty_officer/duty officer.dm +++ b/code/modules/aurora/duty_officer/duty officer.dm @@ -341,6 +341,6 @@ data += "
Sent Faxes:

" for (var/i = 1, i <= faxes.len, i++) var/list/a = faxes[i] - data += "#[i] - '[a["subject"]]' from [a["sender"]]
" + data += "#[i] - '[a["subject"]]' from [a["sender"]]
" usr << browse("Centcomm Fax History[data]", "window=Centcomm Fax History")