Conflicts:
OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs
This commit is contained in:
committed by
Chris Forbes
parent
48f934f188
commit
3fc6f62aea
@@ -40,7 +40,9 @@ namespace OpenRA.Mods.RA
|
||||
self.Trait<RenderBuilding>().PlayCustomAnim(self, "active");
|
||||
|
||||
Sound.Play("ironcur9.aud", order.TargetLocation.ToPPos());
|
||||
foreach (var target in UnitsInRange(order.TargetLocation))
|
||||
|
||||
foreach (var target in UnitsInRange(order.TargetLocation)
|
||||
.Where(a => a.Owner.Stances[self.Owner] == Stance.Ally))
|
||||
target.Trait<IronCurtainable>().Activate(target, (Info as IronCurtainPowerInfo).Duration * 25);
|
||||
}
|
||||
|
||||
|
||||
@@ -207,8 +207,8 @@ IRON:
|
||||
Image: infxicon
|
||||
ChargeTime: 120
|
||||
Description: Invulnerability
|
||||
LongDesc: Makes a group of units invulnerable\nfor 10 seconds.
|
||||
Duration: 10
|
||||
LongDesc: Makes a group of units invulnerable\nfor 15 seconds.
|
||||
Duration: 15
|
||||
SelectTargetSound: slcttgt1.aud
|
||||
BeginChargeSound: ironchg1.aud
|
||||
EndChargeSound: ironrdy1.aud
|
||||
|
||||
Reference in New Issue
Block a user