mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
MultiZ falling tweaks
This commit is contained in:
@@ -151,6 +151,9 @@
|
||||
if(!below)
|
||||
return
|
||||
|
||||
if(istype(below, /turf/space))
|
||||
return
|
||||
|
||||
var/turf/T = loc
|
||||
if(!T.CanZPass(src, DOWN) || !below.CanZPass(src, DOWN))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user