From 15802e808311f8ad09a99dc8a3866a4abd502bc7 Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 15 Jan 2025 23:44:17 -0500 Subject: [PATCH] fix: reduce fight attack delay --- src/shared/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/constants.ts b/src/shared/constants.ts index 352c019..27f1002 100644 --- a/src/shared/constants.ts +++ b/src/shared/constants.ts @@ -1,4 +1,4 @@ -export const FIGHT_ATTACK_DELAY = 1500; +export const FIGHT_ATTACK_DELAY = 500; export const STEP_DELAY = 2000; export const ALERT_DISPLAY_LENGTH = 3000; // this is displayed as a percentage out of 100 -- 2.25.1