Conflicts:

OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs
This commit is contained in:
Curtis Shmyr
2012-07-29 16:02:34 -06:00
committed by Chris Forbes
parent 48f934f188
commit 3fc6f62aea
2 changed files with 5 additions and 3 deletions

View File

@@ -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);
}

View File

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