编辑文件 player.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user