소스 검색

Fix auto swallow size being backwards

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

+ 1
- 1
macrovision.js 파일 보기

@@ -1725,7 +1725,7 @@ function makeEntity(info, views, sizes, forms = {}) {
name: "Swallow Size",
power: 3,
type: "volume",
base: math.multiply(size, math.pow(math.divide(math.unit(6, "feet"), view.attributes.height.base), 3))
base: math.multiply(size, math.pow(math.divide(view.attributes.height.base, math.unit(6, "feet")), 3))
};
}



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