Reimplement Ion Cannon and cnc nuke. Disable ra shellmap nukes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user