Let TS deployable units honor emp-disabled.

This commit is contained in:
tovl
2019-04-21 20:59:42 +02:00
committed by reaperrr
parent 36783efbfb
commit 351df4769b
4 changed files with 7 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ JUGG:
MoveSequence: walk
ValidMovementTypes: Horizontal, Turn
GrantConditionOnDeploy:
PauseOnCondition: empdisable || being-captured
DeployedCondition: deployed
UndeployedCondition: undeployed
Facing: 96

View File

@@ -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

View File

@@ -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

View File

@@ -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