diff --git a/mods/ts/rules/gdi-vehicles.yaml b/mods/ts/rules/gdi-vehicles.yaml index f2e8c20b52..41662988d9 100644 --- a/mods/ts/rules/gdi-vehicles.yaml +++ b/mods/ts/rules/gdi-vehicles.yaml @@ -348,6 +348,7 @@ JUGG: MoveSequence: walk ValidMovementTypes: Horizontal, Turn GrantConditionOnDeploy: + PauseOnCondition: empdisable || being-captured DeployedCondition: deployed UndeployedCondition: undeployed Facing: 96 diff --git a/mods/ts/rules/nod-vehicles.yaml b/mods/ts/rules/nod-vehicles.yaml index a7df05c379..2d94c0949d 100644 --- a/mods/ts/rules/nod-vehicles.yaml +++ b/mods/ts/rules/nod-vehicles.yaml @@ -132,6 +132,7 @@ TTNK: Image: ttnk WithMakeAnimation: GrantConditionOnDeploy: + PauseOnCondition: empdisable || being-captured DeployedCondition: deployed UndeployedCondition: undeployed Facing: 160 @@ -236,6 +237,7 @@ ART2: Image: art2 WithMakeAnimation: GrantConditionOnDeploy: + PauseOnCondition: empdisable || being-captured DeployedCondition: deployed UndeployedCondition: undeployed Facing: 96 diff --git a/mods/ts/rules/shared-structures.yaml b/mods/ts/rules/shared-structures.yaml index 43cf713ce8..f357e75801 100644 --- a/mods/ts/rules/shared-structures.yaml +++ b/mods/ts/rules/shared-structures.yaml @@ -29,7 +29,7 @@ GACNST: BaseBuilding: Transforms: RequiresCondition: factundeploy && !build-incomplete - PauseOnCondition: being-demolished + PauseOnCondition: empdisable || being-demolished IntoActor: mcv Offset: 1,1 Facing: 96 diff --git a/mods/ts/rules/shared-vehicles.yaml b/mods/ts/rules/shared-vehicles.yaml index d4aebc667f..70a70d37b9 100644 --- a/mods/ts/rules/shared-vehicles.yaml +++ b/mods/ts/rules/shared-vehicles.yaml @@ -18,6 +18,7 @@ MCV: Armor: Type: Heavy Mobile: + PauseOnCondition: empdisable || being-captured Speed: 42 RevealsShroud: RequiresCondition: !inside-tunnel @@ -27,6 +28,7 @@ MCV: RequiredForShortGame: true BaseBuilding: Transforms: + PauseOnCondition: empdisable || being-captured IntoActor: gacnst Offset: -1,-1 Facing: 96 @@ -143,6 +145,7 @@ LPST: gdi: lpst.gdi nod: lpst.nod GrantConditionOnDeploy: + PauseOnCondition: empdisable || being-captured DeployedCondition: deployed UndeployedCondition: undeployed Facing: 160