mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Formatting tweaks
This commit is contained in:
@@ -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, "<span class='warning'>[output]</span>")
|
||||
|
||||
//temps
|
||||
@@ -193,7 +193,7 @@ DEBUG
|
||||
if(bantype != null)
|
||||
is_actually_banned = 1
|
||||
|
||||
to_chat(src, "<span class='warning'>[bantype]: [job] - [reason] by [ackey]; [bantime]; [duration]; expires [expiration]</span>")
|
||||
to_chat(src, "<span class='warning'>[bantype]: [job] - REASON: [reason], by [ackey]; [bantime]; [duration]; expires [expiration]</span>")
|
||||
|
||||
if(!is_actually_banned)
|
||||
to_chat(src, "<span class='warning'>You have no active jobbans!</span>")
|
||||
|
||||
Reference in New Issue
Block a user