Stop vehicle movement when a hijacker is entering.

This commit is contained in:
Paul Chote
2018-10-07 15:00:24 +01:00
committed by abcdefg30
parent de8fa56461
commit 769f9429f9
2 changed files with 5 additions and 2 deletions

View File

@@ -241,6 +241,7 @@
DrawLineToTarget:
UpdatesPlayerStatistics:
Mobile:
RequiresCondition: !being-captured
Locomotor: wheeled
TurnSpeed: 5
SelectionDecorations:
@@ -267,6 +268,7 @@
Tooltip:
GenericName: Vehicle
CaptureManager:
BeingCapturedCondition: being-captured
Capturable:
Types: vehicle
CancelActivity: True

View File

@@ -715,10 +715,10 @@
Action: Kill
DrawLineToTarget:
Mobile:
RequiresCondition: !empdisable && !being-captured
Locomotor: wheeled
TurnSpeed: 5
Voice: Move
RequiresCondition: !empdisable
Locomotor: wheeled
Selectable:
Bounds: 40,24
WithTextControlGroupDecoration:
@@ -740,6 +740,7 @@
HiddenUnderFog:
ActorLostNotification:
CaptureManager:
BeingCapturedCondition: being-captured
Capturable:
Types: Vehicle
CancelActivity: True