Merge pull request #6120 from Mechoid/MultiTile

Multi-Tile Objects, Multi-Tile Hovershuttle
This commit is contained in:
Atermonera
2019-07-01 16:43:09 -08:00
committed by GitHub
16 changed files with 251 additions and 48 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
if(keycheck(user))
if(!Process_Spacemove(direction) || !isturf(ridden.loc))
return
step(ridden, direction)
ridden.Move(get_step(ridden, direction))
handle_vehicle_layer()
handle_vehicle_offsets()