退役发射器棋子出售获得原价宠物币

This commit is contained in:
hahwu 2026-04-10 18:48:01 +08:00
parent 04496fbc81
commit bf7b202105

View File

@ -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