From 7ff3903cbc47dfcac90111d9b6d0cca8a9f91269 Mon Sep 17 00:00:00 2001 From: lionarius Date: Wed, 8 Jan 2025 01:46:43 +0300 Subject: [PATCH] fix DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN --- DoomDeathmatch/src/Scene/GameConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;