Allow Attack activities to target FrozenActors directly.
Removing the legacy FrozenActor to Actor workaround fixes a number of long-standing bugs. This also prevents units from losing their target when it transforms into a different actor type.
This commit is contained in:
committed by
Oliver Brakmann
parent
0406b89a96
commit
c34dd4b824
@@ -363,6 +363,7 @@ JUGG:
|
||||
Turrets: deployed
|
||||
RequiresCondition: deployed
|
||||
PauseOnCondition: empdisable
|
||||
TargetFrozenActors: True
|
||||
Armament@deployed:
|
||||
Name: deployed
|
||||
Turret: deployed
|
||||
|
||||
@@ -258,6 +258,7 @@ ART2:
|
||||
Turrets: deployed
|
||||
RequiresCondition: deployed
|
||||
PauseOnCondition: empdisable
|
||||
TargetFrozenActors: True
|
||||
Armament@deployed:
|
||||
Name: deployed
|
||||
Turret: deployed
|
||||
|
||||
Reference in New Issue
Block a user