From 3088230c296f73a7eb2dd17da4d6063a3cc29424 Mon Sep 17 00:00:00 2001 From: teees Date: Wed, 27 Jan 2016 14:14:13 +0100 Subject: [PATCH] Add EjectOnDeath for civilian transport vehicles --- mods/ts/rules/civilian-vehicles.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/ts/rules/civilian-vehicles.yaml b/mods/ts/rules/civilian-vehicles.yaml index e42bfce9d4..517bf7467e 100644 --- a/mods/ts/rules/civilian-vehicles.yaml +++ b/mods/ts/rules/civilian-vehicles.yaml @@ -99,6 +99,7 @@ BUS: PipCount: 5 UnloadVoice: Unload LoadingUpgrades: notmobile + EjectOnDeath: true PICK: Inherits: ^CivilianVoxelVehicle @@ -121,6 +122,7 @@ PICK: PipCount: 5 UnloadVoice: Unload LoadingUpgrades: notmobile + EjectOnDeath: true CAR: Inherits: ^CivilianVoxelVehicle @@ -143,6 +145,7 @@ CAR: PipCount: 5 UnloadVoice: Unload LoadingUpgrades: notmobile + EjectOnDeath: true WINI: Inherits: ^CivilianVoxelVehicle @@ -165,6 +168,7 @@ WINI: PipCount: 5 UnloadVoice: Unload LoadingUpgrades: notmobile + EjectOnDeath: true LOCOMOTIVE: Inherits: ^Train @@ -175,6 +179,7 @@ LOCOMOTIVE: Cargo: MaxWeight: 2 PipCount: 2 + EjectOnDeath: true TRAINCAR: Inherits: ^Train @@ -185,6 +190,7 @@ TRAINCAR: Cargo: MaxWeight: 10 PipCount: 5 + EjectOnDeath: true CARGOCAR: Inherits: ^Train @@ -195,3 +201,4 @@ CARGOCAR: Cargo: MaxWeight: 10 PipCount: 5 + EjectOnDeath: true