瀏覽代碼

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))
};
}



Loading…
取消
儲存