fix: reduce fight attack delay
authorxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:44:17 +0000 (23:44 -0500)
committerxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:44:17 +0000 (23:44 -0500)
src/shared/constants.ts

index 352c019eff7383f806efff3e6a2d5fcce9d51e4b..27f100253aafc859b63dd67b990aeab863db2d2f 100644 (file)
@@ -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