update 自动钓鱼v1.3.1 修复单体召唤物bug,加入了“随机物品”配置项。#559
Merged
ACaiCat merged 3 commits intoUnrealMultiple:masterfrom Nov 11, 2024
1242509682:master
Merged
update 自动钓鱼v1.3.1 修复单体召唤物bug,加入了“随机物品”配置项。#559ACaiCat merged 3 commits intoUnrealMultiple:masterfrom 1242509682:master
ACaiCat merged 3 commits intoUnrealMultiple:masterfrom
1242509682:master
Conversation
ACaiCat
previously requested changes
Nov 9, 2024
src/AutoFish/AutoFish.cs
Outdated
| if (Config.Random) | ||
| { | ||
| var rm = new Random(); | ||
| var id = rm.Next(1, 5455); |
Member
There was a problem hiding this comment.
rm.Next(1, Terraria.ID.ItemID.Count-1)
LaoSparrow
approved these changes
Nov 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
详细说明
v1.3.1
修复了在多钩钓鱼模式下,单体召唤物衍生更多数量BUG
并加了一个配置项来禁止它们"禁止衍生弹幕"。
加入了随机物品配置项,开启时会随机钓到任意物品。
PR 自查表
更新插件/修复BUG
其他
Note
没用的选项自行删掉哦~