Move driving_ctrl_access key

Done to react to an api change
mbb, please see my PR message
master
orwell96 2018-01-22 21:21:38 +01:00 committed by MBB
parent 2ae2da993c
commit e618bcaabe
1 changed files with 1 additions and 2 deletions

View File

@ -16,14 +16,12 @@ advtrains.register_wagon("engine_zugspitzbahn", {
name=S("Driver Stand (front)"),
attach_offset={x=o, y=6, z=8},
view_offset={x=0, y=-3, z=0},
driving_ctrl_access=true,
group = "dstand",
},
{
name=S("Driver Stand (back)"),
attach_offset={x=o, y=-6, z=8},
view_offset={x=0, y=-3, z=0},
driving_ctrl_access=true,
group = "dstand",
},
},
@ -31,6 +29,7 @@ advtrains.register_wagon("engine_zugspitzbahn", {
dstand={
name = "Driver Stand",
access_to = {},
driving_ctrl_access=true,
},
},
assign_to_seat_group = {"dstand"},