mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-08-22 03:26:12 +01:00
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
/proc/get_area(atom/A)
|
|
if (!istype(A))
|
|
return
|
|
for(A, A && !isarea(A), A=A.loc);
|
|
return A
|