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

fix for currency chances

tags/v0.9.1^2
Shaun пре 3 година
родитељ
комит
383a142a73
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/server/items/generator.js

+ 1
- 1
src/server/items/generator.js Прегледај датотеку

@@ -47,7 +47,7 @@ module.exports = {
if (blueprint.level < 5)
currencyChance = 0;
else if (blueprint.level < 14)
currencyChance = (blueprint.level - 4) / 11;
currencyChance *= (blueprint.level - 4) / 11;

//If you kill a mob that's too low of a level, idols are much more rare
if (


Loading…
Откажи
Сачувај