编辑文件 player.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-01 16:14:59 +08:00
committed by cnb
parent 7a12aa44eb
commit de4617cd6b

View File

@@ -57,7 +57,7 @@ func (o *OgrePetInfo) GetLevel() int {
// handleNPCFightSpecial 处理NPC战斗特殊情况
func (o *OgrePetInfo) HandleNPCFightSpecial(can int) {
if can == 0 && o.Ext != 0 {
if can == 0 && o.Ext == 0 {//不能抓并且不是尼尔
o.IsCapture = 0
return
}