Change percent
This commit is contained in:
parent
864ac46469
commit
b8a3ab3efa
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
//Licensed under the Apache License 2.0. See license file for information.
|
||||
// Ardon Income Calculator v3.2 stable.
|
||||
// Ardon Income Calculator v3.3 stable.
|
||||
// Written by Josh Mudge
|
||||
// Ad Mejorem Dei Glorium
|
||||
|
||||
|
@ -35,7 +35,7 @@ function calculate() {
|
|||
|
||||
var gold = +blocks / 1000 * 100
|
||||
console.log(gold)
|
||||
var infra = +infra / 1000 * 0.001
|
||||
var infra = +infra / 1000 * 0.0025
|
||||
console.log(infra)
|
||||
var one = +one / 1000 * 0.01
|
||||
console.log(one)
|
||||
|
|
Loading…
Reference in New Issue