diff options
Diffstat (limited to 'durt/nodes/(1858,17,4242).lua')
-rw-r--r-- | durt/nodes/(1858,17,4242).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/durt/nodes/(1858,17,4242).lua b/durt/nodes/(1858,17,4242).lua index 44742c4..e40678b 100644 --- a/durt/nodes/(1858,17,4242).lua +++ b/durt/nodes/(1858,17,4242).lua @@ -68,7 +68,7 @@ if event.schedule then if dir == "SHOVE" then -- loco first into platform, run around to shove out -- split_off_locomotive("S0OLA0",2) --ideally each pax wagon has a generic FC, but not likely as few people use them at all if train_length() > 1 then - split_at_index(2,"S0OLA0") + split_at_index(2,"B0S0OLA0") atc_send("S3") F.add_rc(movelist[dir]) else |