Fix Tesla Coil zap and sequence timings

This commit is contained in:
ScottNZ
2013-07-02 14:15:08 +12:00
parent 7e7d48444b
commit fd454d86fc
2 changed files with 3 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ namespace OpenRA.Mods.RA
return this;
self.Trait<RenderBuildingCharge>().PlayCharge(self);
return Util.SequenceActivities( new Wait( 8 ), new TeslaZap( target ), this );
return Util.SequenceActivities( new Wait( 22 ), new TeslaZap( target ), this );
}
}