feat:黄旗酒馆

This commit is contained in:
xichaoyin 2024-01-11 22:33:01 +08:00
parent ba124d82c9
commit a494f2a3d8

View File

@ -34,8 +34,9 @@ export default async function (call: ApiCall<ReqZhaoMu, ResZhaoMu>) {
); );
prize.push({ a: temp.a, t: temp.t, n: temp.n }); prize.push({ a: temp.a, t: temp.t, n: temp.n });
} }
mydata.zhaomu.num = num;
} }
mydata.zhaomu.num += call.req.num;
// 扣除消耗 // 扣除消耗
await PlayerFun.cutNeed(call, need); await PlayerFun.cutNeed(call, need);