新订单类型

This commit is contained in:
hahwu 2025-09-04 12:25:26 +08:00
parent 1602e3ded8
commit ecc3aec6af
2 changed files with 2 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ func (player *Player) FormatOrderReward() {
continue continue
} }
v.Items = []*item.Item{item.NewItem(item.ITEM_LAUNCHER_ID, 2)} 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 OrderMod.OrderList[k] = v
break break
} }

View File

@ -54,6 +54,7 @@ const (
Preview_type = 12 // 预览订单 Preview_type = 12 // 预览订单
Fixed_type = 13 // 固定订单 Fixed_type = 13 // 固定订单
Playroom_type = 14 // playroom装饰物订单 Playroom_type = 14 // playroom装饰物订单
Part_type = 15 // 零件订单
DIFF_LOW = 1 // 低难度 DIFF_LOW = 1 // 低难度
DIFF_MID = 2 // 中难度 DIFF_MID = 2 // 中难度