mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-03-02 02:50:27 +00:00
[mcfish]修改钓鱼规则 (#1072)
* fix: 修复[mcfish]交易检测逻辑的bug - 修复出售限制不更新的bug - 修改商品价格浮动区间 * update:[mcfish]美西螈物品翻5倍 - 使用美西螈物品翻倍率3->5 - 移除不使用的函数checkIsFish * fix: 修复[mcfish]交易检测对垃圾的处理
This commit is contained in:
@@ -323,7 +323,7 @@ func init() {
|
||||
newThing = thingInfo[0]
|
||||
}
|
||||
if equipInfo.Equip == "美西螈" && thingName != "美西螈" {
|
||||
number += 2
|
||||
number += 4
|
||||
}
|
||||
newThing.Number += number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user