订单修复
This commit is contained in:
parent
558e443427
commit
9317aea2e3
@ -1007,8 +1007,7 @@ func (player *Player) FormatOrderReward() {
|
||||
})
|
||||
OrderMod.OrderList[k] = v
|
||||
}
|
||||
return
|
||||
}
|
||||
} else {
|
||||
for k, v := range OrderMod.GetOrderList() {
|
||||
if len(v.Items) != 0 {
|
||||
continue
|
||||
@ -1028,6 +1027,8 @@ func (player *Player) FormatOrderReward() {
|
||||
v.Items = Items
|
||||
OrderMod.OrderList[k] = v
|
||||
}
|
||||
}
|
||||
|
||||
// 触发式订单 满足条件生成零件订单
|
||||
PartCost := DecorateMod.GetPartCost()
|
||||
PartBag := ChessMod.GetPartBag()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user