完成捏住鱼线逻辑

This commit is contained in:
2026-03-29 19:59:01 +08:00
parent bd8918ffe0
commit e800e59e9d
3 changed files with 15 additions and 16 deletions

View File

@@ -79,6 +79,7 @@ namespace NBF
if (PlayerItem.StretchRope)
{
Line.SetTargetLength(PlayerItem.Tension > 0f ? 0f : PlayerItem.LineLength - PlayerItem.FloatLength);
Line.SetLureLength(PlayerItem.FloatLength);
}
}
}