新订单类型
This commit is contained in:
parent
1602e3ded8
commit
ecc3aec6af
@ -1052,7 +1052,7 @@ func (player *Player) FormatOrderReward() {
|
||||
continue
|
||||
}
|
||||
v.Items = []*item.Item{item.NewItem(item.ITEM_LAUNCHER_ID, 2)}
|
||||
v.Type = order.Trigger_type
|
||||
v.Type = order.Part_type
|
||||
OrderMod.OrderList[k] = v
|
||||
break
|
||||
}
|
||||
|
||||
@ -54,6 +54,7 @@ const (
|
||||
Preview_type = 12 // 预览订单
|
||||
Fixed_type = 13 // 固定订单
|
||||
Playroom_type = 14 // playroom装饰物订单
|
||||
Part_type = 15 // 零件订单
|
||||
|
||||
DIFF_LOW = 1 // 低难度
|
||||
DIFF_MID = 2 // 中难度
|
||||
|
||||
Loading…
Reference in New Issue
Block a user