Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aeef4f
)
fix: typo in description for dex
author
xangelo
<me@xangelo.ca>
Sun, 19 Jan 2025 04:36:19 +0000
(23:36 -0500)
committer
xangelo
<me@xangelo.ca>
Sun, 19 Jan 2025 04:36:19 +0000
(23:36 -0500)
src/shared/player.ts
patch
|
blob
|
history
diff --git
a/src/shared/player.ts
b/src/shared/player.ts
index e8dc02773ca58824993d358ecd800983a415c668..8d0e7c6531cfd892f66083cc5e3a53a7c36def9d 100644
(file)
--- a/
src/shared/player.ts
+++ b/
src/shared/player.ts
@@
-87,7
+87,7
@@
StatDef.set(Stat.dexterity, {
id: Stat.dexterity,
display: 'Dexterity',
abbrv: 'DEX',
- description: 'Affects you ability to dodge attacks double-hit'
+ description: 'Affects you ability to dodge attacks
and
double-hit'
});
StatDef.set(Stat.intelligence, {