Reader friendly.

This commit is contained in:
ESwordTheCat
2014-06-10 06:31:53 -08:00
parent c34129a630
commit 29375aa9d5
2 changed files with 8 additions and 10 deletions

View File

@@ -17,11 +17,10 @@
if (isarea(A))
return A
switch (istype(A))
if (1)
A = A.loc
if (0)
return
if (istype(A))
A = A.loc
else
return
/proc/get_area_master(const/O)
var/area/A = get_area(O)

View File

@@ -1256,11 +1256,10 @@ proc/get_mob_with_client_list()
if (isturf(A))
return A
switch (istype(A))
if (1)
A = A.loc
if (0)
return
if (istype(A))
A = A.loc
else
return
/proc/get(atom/loc, type)
while(loc)