先禁用高级产物处理

This commit is contained in:
hahwu 2025-01-20 10:06:57 +08:00
parent b42609e0a0
commit b1f9e44746

View File

@ -257,6 +257,7 @@ func getChesslvRange(Emit int, EnergyMul int) (int, int) {
} }
func triggerComposeChess(player *Player, ChessId, EnergyMul int, Emit []int) { func triggerComposeChess(player *Player, ChessId, EnergyMul int, Emit []int) {
return //TODO 暂时不用
if !checkChess(ChessId, EnergyMul, Emit) { if !checkChess(ChessId, EnergyMul, Emit) {
return return
} }