先禁用高级产物处理
This commit is contained in:
parent
b42609e0a0
commit
b1f9e44746
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user