Update areas.dm

This commit is contained in:
Ghom
2020-01-26 17:24:25 +01:00
committed by GitHub
parent 50236d7b29
commit 51aaa5d406
+2
View File
@@ -227,6 +227,8 @@
/proc/get_sub_areas_contents(area/A, include_base = TRUE)
if(ispath(A))
A = GLOB.areas_by_type[A]
else
A = get_area(A) //in case it's called on other atoms.
if(!A)
return
if(A.base_area)