From 8688e076bf2eca024d8df98863e796bf058db140 Mon Sep 17 00:00:00 2001 From: xangelo Date: Sat, 18 Jan 2025 23:36:19 -0500 Subject: [PATCH] fix: typo in description for dex --- src/shared/player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { -- 2.25.1