Browse Source

Fix a typo

vintage
Fen Dweller 5 years ago
parent
commit
546a8e5406
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/game/combat.ts

+ 1
- 1
src/game/combat.ts View File

@@ -81,7 +81,7 @@ export const VoreStatIcons: {[key in VoreStat]: string} = {


export const VoreStatDescs: {[key in VoreStat]: string} = { export const VoreStatDescs: {[key in VoreStat]: string} = {
[VoreStat.Mass]: "How much you weigh", [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" [VoreStat.PreyCount]: "How many creatures you've got inside of you"
} }




Loading…
Cancel
Save