mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #7882 from Loganbacca/choochoo
Cargo train item anchoring
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
|
||||
load.forceMove(dest)
|
||||
load.set_dir(get_dir(loc, dest))
|
||||
load.anchored = initial(load.anchored)
|
||||
load.anchored = 0 //we can only load non-anchored items, so it makes sense to set this to false
|
||||
load.pixel_x = initial(load.pixel_x)
|
||||
load.pixel_y = initial(load.pixel_y)
|
||||
load.layer = initial(load.layer)
|
||||
|
||||
Reference in New Issue
Block a user