浏览代码

Divide by blocks

master
Josh Mudge 7 年前
父节点
当前提交
a0378ba3cd
  1. 2
      calculate.js

2
calculate.js

@ -33,7 +33,7 @@ function calculate() {
alert("Please enter only numbers in this field.");
}
var gold = +blocks / 100
var gold = +blocks / 1000 * 100
console.log(gold)
var infra = +infra / 1000 * 0.005
console.log(infra)

正在加载...
取消
保存