mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Reversing fix
- Allows cargo tugs to reverse their direction if they are not towing anything
This commit is contained in:
@@ -168,7 +168,7 @@
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
if(is_train_head())
|
if(is_train_head())
|
||||||
if(direction == reverse_direction(dir))
|
if(direction == reverse_direction(dir) && tow)
|
||||||
return 0
|
return 0
|
||||||
if(Move(get_step(src, direction)))
|
if(Move(get_step(src, direction)))
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user