From: xangelo Date: Thu, 16 Jan 2025 04:44:17 +0000 (-0500) Subject: fix: reduce fight attack delay X-Git-Tag: v0.4.4~1 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=15802e808311f8ad09a99dc8a3866a4abd502bc7;p=risinglegends.git fix: reduce fight attack delay --- 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