mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Reader friendly.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user