From: xangelo Date: Sun, 19 Jan 2025 04:36:19 +0000 (-0500) Subject: fix: typo in description for dex X-Git-Tag: v0.4.5~6 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=8688e076bf2eca024d8df98863e796bf058db140;p=risinglegends.git fix: typo in description for dex --- diff --git a/src/shared/player.ts b/src/shared/player.ts index e8dc027..8d0e7c6 100644 --- 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, {