AOE Chronosphere

This commit is contained in:
Paul Chote
2010-11-23 16:36:20 +13:00
parent 41665f7e95
commit 3d1d4a1aff
7 changed files with 164 additions and 115 deletions

View File

@@ -45,8 +45,8 @@ namespace OpenRA.Mods.RA
if (ticks == 250)
{
Actors["pdox"].Trait<Chronosphere>().Teleport(Actors["ca1"], new int2(90, 70));
Actors["pdox"].Trait<Chronosphere>().Teleport(Actors["ca2"], new int2(92, 71));
//Actors["pdox"].Trait<Chronosphere>().Teleport(Actors["ca1"], new int2(90, 70));
//Actors["pdox"].Trait<Chronosphere>().Teleport(Actors["ca2"], new int2(92, 71));
}
if (ticks == 100)
Actors["mslo1"].Trait<NukeSilo>().Attack(new int2(98, 52));