fix: typo in description for dex
authorxangelo <me@xangelo.ca>
Sun, 19 Jan 2025 04:36:19 +0000 (23:36 -0500)
committerxangelo <me@xangelo.ca>
Sun, 19 Jan 2025 04:36:19 +0000 (23:36 -0500)
src/shared/player.ts

index e8dc02773ca58824993d358ecd800983a415c668..8d0e7c6531cfd892f66083cc5e3a53a7c36def9d 100644 (file)
@@ -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, {