Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa45f6a
)
fix: reduce specials to 10%
author
xangelo
<me@xangelo.ca>
Wed, 6 Sep 2023 17:32:45 +0000
(13:32 -0400)
committer
xangelo
<me@xangelo.ca>
Wed, 6 Sep 2023 17:32:45 +0000
(13:32 -0400)
src/shared/constants.ts
patch
|
blob
|
history
diff --git
a/src/shared/constants.ts
b/src/shared/constants.ts
index c95c80dd1f4a17e3b33d7bedd6a7926cf4f0a4d5..4cda940e25cf779c4762a11e10245d94f99cee56 100644
(file)
--- a/
src/shared/constants.ts
+++ b/
src/shared/constants.ts
@@
-2,4
+2,4
@@
export const FIGHT_ATTACK_DELAY = 1500;
export const STEP_DELAY = 2000;
export const ALERT_DISPLAY_LENGTH = 3000;
// this is displayed as a percentage out of 100
-export const CHANCE_TO_FIGHT_SPECIAL = 10
0
;
+export const CHANCE_TO_FIGHT_SPECIAL = 10;