From c574b1243c572d774c7430f4495b1d6b490f9fbc Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Tue, 23 Jan 2018 13:31:50 +0100 Subject: Balancing --- Penguloon/Objects/KingPenguinObject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Penguloon/Objects/KingPenguinObject.cs') diff --git a/Penguloon/Objects/KingPenguinObject.cs b/Penguloon/Objects/KingPenguinObject.cs index ee17227..da5e1b6 100644 --- a/Penguloon/Objects/KingPenguinObject.cs +++ b/Penguloon/Objects/KingPenguinObject.cs @@ -15,7 +15,7 @@ namespace Penguloon.Objects this.TileSpanX = 2; this.TileSpanY = 2; this.Range = Map.TileWidth * 3.5f; - this.AttackSpeedMS = 100; + this.AttackSpeedMS = 200; this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectKingPenguin); } @@ -25,7 +25,7 @@ namespace Penguloon.Objects this.TileSpanX = 2; this.TileSpanY = 2; this.Range = Map.TileWidth * 3.5f; - this.AttackSpeedMS = 100; + this.AttackSpeedMS = 200; this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectKingPenguin); } -- cgit v1.2.3-70-g09d2