[mcfish]修改钓鱼规则 (#1072)

* fix: 修复[mcfish]交易检测逻辑的bug

- 修复出售限制不更新的bug
- 修改商品价格浮动区间

* update:[mcfish]美西螈物品翻5倍

- 使用美西螈物品翻倍率3->5
- 移除不使用的函数checkIsFish

* fix: 修复[mcfish]交易检测对垃圾的处理
This commit is contained in:
vatebur
2024-11-30 15:06:32 +08:00
committed by GitHub
parent 83037f621c
commit 2c8726dda3
3 changed files with 43 additions and 41 deletions

View File

@@ -323,7 +323,7 @@ func init() {
newThing = thingInfo[0]
}
if equipInfo.Equip == "美西螈" && thingName != "美西螈" {
number += 2
number += 4
}
newThing.Number += number
}