mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
possible fix for a conveyor bug
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
//if it's a crate, move the item into the crate
|
||||
var/turf/T = get_step(A,movedir)
|
||||
for(var/obj/structure/closet/crate/C in T)
|
||||
if(C && C.opened)
|
||||
if(C && C.opened && !istype(A, /obj/structure/closet/crate))
|
||||
A.loc = C.loc
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user