diff options
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(1904,8,9057).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/durt/nodes/(1904,8,9057).lua b/durt/nodes/(1904,8,9057).lua index 4858c34..90f6a15 100644 --- a/durt/nodes/(1904,8,9057).lua +++ b/durt/nodes/(1904,8,9057).lua @@ -7,8 +7,8 @@ end if event.train and atc_arrow then atc_send("S4") if F.has_rc("WOA_mine_around") then + F.remove_rc("FREIGHT") if train_length() == 1 then - F.remove_rc("FREIGHT") F.add_rc("WOA_ttb_s") else F.add_rc("WOA_freight_left") |