Преглед изворни кода

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…
Откажи
Сачувај