소스 검색

Fix same-size swallow estimation

master
Fen Dweller 3 년 전
부모
커밋
eba84eed3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 파일 보기

@@ -1708,7 +1708,7 @@ function makeEntity(info, views, sizes, forms = {}) {
switch(config.autoSwallowSize) {
case "casual": size = math.unit(20, "mL"); break;
case "big-swallow": size = math.unit(50, "mL"); break;
case "same-size-predator": size = math.unit(1, "person"); break;
case "same-size-predator": size = math.unit(1, "people"); break;
}
view.attributes.swallowSize = {
name: "Swallow Size",


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