Update conveyor2.dm

This commit is contained in:
kevinz000
2020-06-16 08:27:58 -07:00
committed by GitHub
parent f6a4e26e91
commit a0ecf85e4b
+1
View File
@@ -138,6 +138,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
var/turf/T = get_step(src, movedir)
if(length(T.contents) > 150)
return
affecting.len = min(affecting.len, 150 - length(T.contents))
for(var/atom/movable/A in affecting)
if((A.loc == loc) && A.has_gravity())
A.ConveyorMove(movedir)