订单bug优化

This commit is contained in:
hahwu 2025-08-20 18:21:01 +08:00
parent dfe2931ab2
commit daccee5ba4

View File

@ -529,7 +529,7 @@ func (o *OrderMod) ChangeEnergyMul(lv int, Emit []int, EnergyMul int, ChessList
NeedTrigger = true
}
if v.Type != Common_type {
if v.Type != Common_type && v.Type != Pet_type {
continue
}
/**