mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-12 07:32:20 +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
|