소스 검색

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



불러오는 중...
취소
저장