Fix Tesla Coil zap and sequence timings
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user