Reimplement Ion Cannon and cnc nuke. Disable ra shellmap nukes.

This commit is contained in:
Paul Chote
2010-12-05 14:19:31 +13:00
parent 76f792bfdf
commit e52771c367
5 changed files with 53 additions and 118 deletions

View File

@@ -51,14 +51,15 @@ namespace OpenRA.Mods.RA
Pair.New(Actors["ca2"], new int2(92, 71))
}, Actors["pdox"], -1, false);
}
/*
if (ticks == 100)
Actors["mslo1"].Trait<NukeSilo>().Attack(new int2(98, 52));
if (ticks == 140)
Actors["mslo2"].Trait<NukeSilo>().Attack(new int2(95, 54));
if (ticks == 180)
Actors["mslo3"].Trait<NukeSilo>().Attack(new int2(95, 49));
*/
if (ticks == 430)
{
Actors["mig1"].Trait<AttackPlane>().AttackTarget(Target.FromActor(Actors["greeceweap"]), false, true);