mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
isopenspace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user