退役发射器棋子出售获得原价宠物币
This commit is contained in:
parent
04496fbc81
commit
bf7b202105
@ -353,6 +353,9 @@ func checkChess(chessId, energyMul int, emit []int) bool {
|
||||
break
|
||||
}
|
||||
}
|
||||
if emitId == 0 {
|
||||
return true
|
||||
}
|
||||
_, max := getChesslvRange(emitId, energyMul, false)
|
||||
adjust := mergeDataCfg.GetAdjust(emitId, chessIdColor, energyMul)
|
||||
return chessIdLv > max-adjust
|
||||
|
||||
Loading…
Reference in New Issue
Block a user