summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/KingPenguinObject.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-23 13:31:50 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-23 13:31:50 +0100
commitc574b1243c572d774c7430f4495b1d6b490f9fbc (patch)
tree4cb103a840d48513dad81545869483b42216c9e7 /Penguloon/Objects/KingPenguinObject.cs
parent45bbe9f283b30f03167548c2b41eee22784a974f (diff)
Balancing
Diffstat (limited to 'Penguloon/Objects/KingPenguinObject.cs')
-rw-r--r--Penguloon/Objects/KingPenguinObject.cs4
1 files changed, 2 insertions, 2 deletions
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);
}