浏览代码

Fix a typo

vintage
Fen Dweller 5 年前
父节点
当前提交
546a8e5406
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/game/combat.ts

+ 1
- 1
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"
}



正在加载...
取消
保存