mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-30 08:59:32 +01:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
/client/verb/find_atoms_in_null()
|
|
if(!holder) return
|
|
var/msg
|
|
for(var/atom/A)
|
|
if(A.loc == null)
|
|
msg += "\ref[A] [A.type] - [A]\n"
|
|
world.log << msg |