mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #1184 from Yoshax/510prep
Ports Byond 510 preperations from Bay
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user