summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/MortarObject.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-13 00:18:04 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-13 00:18:04 +0100
commit4ae069581351b8712fd4647e9b902da1e3c9dbe3 (patch)
tree044e6a02a8836b725cf630feb597ef7d413cc951 /Penguloon/Objects/MortarObject.cs
parentf93e133ede2a76be1aa20a33c9fcf01308cd6df8 (diff)
yikes
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)