diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index f990ac7f3a1..7ce10664aee 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -7,12 +7,12 @@ if(!usr.client || !usr.client.holder) - to_chat(usr, "\red You need to be an administrator to access this.") + to_chat(usr, "You need to be an administrator to access this.") return var/title = "" - var/body = "" + var/list/body = list() if(!D) return if(istype(D, /atom)) @@ -319,7 +319,7 @@ body } "} html += "
" - html += body + html += body.Join("") html += {"