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,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)

View File

@@ -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)