修改房间必出钓鱼点 RunManager.lua 把这段代码注释掉就行了 if requirements.RequiredMinRoomsSinceFishingPoint ~= nil then if currentRun.LastFishingPointDepth ~= nil and currentRun.LastFishingPointDepth ~= currentRun.RunDepthCache and currentRun.RunDepthCache - requirements.RequiredMinRoomsSinceFishingPoint < currentRun.LastFishingPointDepth then return false end end