isopenspace

This commit is contained in:
Heroman
2021-12-02 17:53:39 +10:00
parent 1c83211337
commit ba2b78e112
+1 -1
View File
@@ -279,7 +279,7 @@
var/turf/U = GetBelow(O)
while(istype(U))
hearturfs |= U
if(istype(U, /turf/simulated/open))
if(isopenspace(U))
U = GetBelow(U)
else
U = null