summaryrefslogtreecommitdiff
path: root/durt/nodes/(434,-4,-200).lua
blob: b072d045ceb2abf77855a472e86916ca1edae8b0 (plain)
1
2
3
4
5
6
7
if event.type == "train" then
  rc = get_rc()
  if rc:find("d23a_leave") ~= nil then
    rc = rc:gsub("d23a_leave", "d23_unload")
  end
  set_rc(rc)
end