summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/MortarObject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Objects/MortarObject.cs')
-rw-r--r--Penguloon/Objects/MortarObject.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Penguloon/Objects/MortarObject.cs b/Penguloon/Objects/MortarObject.cs
index a2687d5..c210044 100644
--- a/Penguloon/Objects/MortarObject.cs
+++ b/Penguloon/Objects/MortarObject.cs
@@ -15,7 +15,7 @@ namespace Penguloon.Objects
this.TileSpanY = 2;
this.Range = Map.TileWidth * 7f;
this.AttackSpeedMS = 4500;
- this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectCannon);
+ this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectMortar);
}
public MortarObject(Map map) : base(map)
@@ -26,7 +26,7 @@ namespace Penguloon.Objects
this.TileSpanY = 2;
this.Range = Map.TileWidth * 7f;
this.AttackSpeedMS = 4500;
- this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectCannon);
+ this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectMortar);
}
public override void DrawUnique(float deltaTime)