From 4ae069581351b8712fd4647e9b902da1e3c9dbe3 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Sat, 13 Jan 2018 00:18:04 +0100 Subject: yikes --- Penguloon/Objects/MortarObject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Penguloon/Objects/MortarObject.cs') 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) -- cgit v1.2.3-70-g09d2