Merge pull request #1184 from Yoshax/510prep

Ports Byond 510 preperations from Bay
This commit is contained in:
Datraen
2016-03-20 13:45:40 -04:00
53 changed files with 230 additions and 248 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ world/loop_checks = 0
if(A.loc != null)
testing("GC: [A] | [A.type] is located in [A.loc] instead of null")
if(A.contents.len)
testing("GC: [A] | [A.type] has contents: [list2text(A.contents)]")
testing("GC: [A] | [A.type] has contents: [jointext(A.contents)]")
if(searching.len)
for(var/atom/D in world)
LookForRefs(D, searching)