diff --git a/DoomDeathmatch/src/Scene/GameConstants.cs b/DoomDeathmatch/src/Scene/GameConstants.cs index 4a4cce4..1616d06 100644 --- a/DoomDeathmatch/src/Scene/GameConstants.cs +++ b/DoomDeathmatch/src/Scene/GameConstants.cs @@ -12,7 +12,7 @@ public static class GameConstants public const float DEMON_FOLLOW_RADIUS = 1.5f; public const float DEMON_CLOSE_COOLDOWN_ATTACK_RADIUS = 1.75f; - public const float DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN = 1.75f; + public const float DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN = 2.5f; public const float DEMON_CLOSE_COOLDOWN_ATTACK_DAMAGE = 10f; public const int IMP_BASE_SCORE = 200;