mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2694 from CHOMPStationBot/upstream-merge-11307
[MIRROR] Fixes dropnoms
This commit is contained in:
@@ -319,6 +319,8 @@
|
|||||||
return FALSE
|
return FALSE
|
||||||
// See if something in turf below prevents us from falling into it.
|
// See if something in turf below prevents us from falling into it.
|
||||||
for(var/atom/A in landing)
|
for(var/atom/A in landing)
|
||||||
|
if(ismob(A))
|
||||||
|
continue
|
||||||
if(!A.CanPass(src, src.loc, 1, 0))
|
if(!A.CanPass(src, src.loc, 1, 0))
|
||||||
return FALSE
|
return FALSE
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user