mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
newline formatting
This commit is contained in:
@@ -196,12 +196,12 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
if(istext(assoc_check) && (returnedlist[assoc_check] != null))
|
||||
. += "[procname] returned an associative list:"
|
||||
for(var/key in returnedlist)
|
||||
. += "[key] = [returnedlist[key]]"
|
||||
. += "[key] = [returnedlist[key]]\n"
|
||||
|
||||
else
|
||||
. += "[procname] returned a list:"
|
||||
for(var/elem in returnedlist)
|
||||
. += "[elem]"
|
||||
. += "[elem]\n"
|
||||
else
|
||||
. = "[procname] returned an empty list"
|
||||
. += "</font>"
|
||||
|
||||
Reference in New Issue
Block a user