From 546a8e5406d82fa51bd02320ea955579814d3963 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Jul 2020 15:43:41 -0400 Subject: [PATCH] Fix a typo --- src/game/combat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/combat.ts b/src/game/combat.ts index 9597c83..f8db6a9 100644 --- a/src/game/combat.ts +++ b/src/game/combat.ts @@ -81,7 +81,7 @@ export const VoreStatIcons: {[key in VoreStat]: string} = { export const VoreStatDescs: {[key in VoreStat]: string} = { [VoreStat.Mass]: "How much you weigh", - [VoreStat.Bulk]: "Your weight, plus the weigh of your prey", + [VoreStat.Bulk]: "Your weight, plus the weight of your prey", [VoreStat.PreyCount]: "How many creatures you've got inside of you" }