瀏覽代碼

fix for currency chances

(cherry picked from commit 383a142a73)
tags/v0.9.0.1
Shaun 3 年之前
committed by Big Bad Waffle
父節點
當前提交
6c5db3e4f3
共有 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…
取消
儲存