mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Reader friendly.
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
if (isarea(A))
|
||||
return A
|
||||
|
||||
switch (istype(A))
|
||||
if (1)
|
||||
if (istype(A))
|
||||
A = A.loc
|
||||
if (0)
|
||||
else
|
||||
return
|
||||
|
||||
/proc/get_area_master(const/O)
|
||||
|
||||
@@ -1256,10 +1256,9 @@ proc/get_mob_with_client_list()
|
||||
if (isturf(A))
|
||||
return A
|
||||
|
||||
switch (istype(A))
|
||||
if (1)
|
||||
if (istype(A))
|
||||
A = A.loc
|
||||
if (0)
|
||||
else
|
||||
return
|
||||
|
||||
/proc/get(atom/loc, type)
|
||||
|
||||
Reference in New Issue
Block a user