diff --git a/OpenRA.Mods.Cnc/Effects/IonCannon.cs b/OpenRA.Mods.Cnc/Effects/IonCannon.cs index 8c1cd076fa..1fdf858f8b 100644 --- a/OpenRA.Mods.Cnc/Effects/IonCannon.cs +++ b/OpenRA.Mods.Cnc/Effects/IonCannon.cs @@ -44,7 +44,7 @@ namespace OpenRA.Mods.Cnc.Effects public IEnumerable Render() { yield return new Renderable(anim.Image, - Target - new float2(.5f * anim.Image.size.X, anim.Image.size.Y - Game.CellSize), + Util.CenterOfCell(Target) - new float2(.5f * anim.Image.size.X, anim.Image.size.Y - Game.CellSize), "effect"); } } diff --git a/mods/cnc/system.yaml b/mods/cnc/system.yaml index e136ec5c8d..7eef52ba1a 100644 --- a/mods/cnc/system.yaml +++ b/mods/cnc/system.yaml @@ -23,6 +23,7 @@ Player: BeginChargeSound: ionchrg1.aud EndChargeSound: ionredy1.aud LaunchSound: ion1.aud + SelectTargetSound: select1.aud World: ScreenShaker: