Update conveyor2.dm
This commit is contained in:
@@ -135,8 +135,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
|
|||||||
addtimer(CALLBACK(src, .proc/convey, affecting), 1)
|
addtimer(CALLBACK(src, .proc/convey, affecting), 1)
|
||||||
|
|
||||||
/obj/machinery/conveyor/proc/convey(list/affecting)
|
/obj/machinery/conveyor/proc/convey(list/affecting)
|
||||||
var/turf/T = get_turf(src)
|
var/turf/T = get_step(src, movedir)
|
||||||
T = get_step(T, movedir)
|
|
||||||
if(length(T.contents) > 150)
|
if(length(T.contents) > 150)
|
||||||
return
|
return
|
||||||
for(var/atom/movable/A in affecting)
|
for(var/atom/movable/A in affecting)
|
||||||
|
|||||||
Reference in New Issue
Block a user