diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-05 13:50:00 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-05 13:50:00 +0300 |
commit | 11de9eee23a2c6669c02ec07d145da83ca839ed9 (patch) | |
tree | 15a9cf546764bc6f5bb02c970899d9eafc93569b | |
parent | 4fe7b69c69fa666c162fb1377f1310cd4fb4f485 (diff) |
external access to trainee seat
-rwxr-xr-x | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ advtrains.register_wagon("diesel_lokomotive", { driving_ctrl_access = false, }, }, - assign_to_seat_group = {"dstand"}, + assign_to_seat_group = {"dstand", "tseat"}, visual_size = {x=1, y=1}, wagon_span = 1.95, collisionbox = {-1.0,-0.5,-1.0, 1.0,2.5,1.0}, |