From a1830cb8b9c47cea7a95246c920bf1205aefeb7d Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Tue, 28 Mar 2017 15:20:12 +0200 Subject: [PATCH] Formatting tweaks --- code/modules/admin/banjob.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/banjob.dm b/code/modules/admin/banjob.dm index 2c984019b41..bfcfe53eac6 100644 --- a/code/modules/admin/banjob.dm +++ b/code/modules/admin/banjob.dm @@ -173,7 +173,7 @@ DEBUG if(bantype != null) is_actually_banned = 1 - var/output = "[bantype]: [bantime] [job] - [reason] by [ackey]" + var/output = "[bantype]: [bantime] [job] - REASON: [reason], by [ackey]" to_chat(src, "[output]") //temps @@ -193,7 +193,7 @@ DEBUG if(bantype != null) is_actually_banned = 1 - to_chat(src, "[bantype]: [job] - [reason] by [ackey]; [bantime]; [duration]; expires [expiration]") + to_chat(src, "[bantype]: [job] - REASON: [reason], by [ackey]; [bantime]; [duration]; expires [expiration]") if(!is_actually_banned) to_chat(src, "You have no active jobbans!")