summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/KingPenguinObject.cs
diff options
context:
space:
mode:
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);
}