Remove extra ..() from /turf/Entered

This commit is contained in:
Leshana
2020-04-21 22:36:36 -04:00
parent 193925c979
commit 19d1979d63

View File

@@ -170,7 +170,7 @@ var/const/enterloopsanity = 100
if(isliving(M))
var/mob/living/L = M
L.handle_footstep(src)
..()
var/objects = 0
if(A && (A.flags & PROXMOVE))
for(var/atom/movable/thing in range(1))