Merge pull request #11307 from Verkister/patch-77

Fixes dropnoms
This commit is contained in:
Aronai Sieyes
2021-07-31 20:22:53 -04:00
committed by Chompstation Bot
parent d7312276e2
commit cfc6f4d594

View File

@@ -319,6 +319,8 @@
return FALSE
// See if something in turf below prevents us from falling into it.
for(var/atom/A in landing)
if(ismob(A))
continue
if(!A.CanPass(src, src.loc, 1, 0))
return FALSE
return TRUE