猫猫小金库优化

This commit is contained in:
hahwu 2026-03-30 17:46:05 +08:00
parent a89a745d8c
commit 981e1d0d57
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ func (p *Player) PlayroomVisit(uid int) {
r.Kiss = int32(p.GetPlayroomKiss(uid))
r.DressSet = GoUtil.MapIntToInt32(PlayerData.DressSet)
r.Fur = int32(PlayerData.PetFur)
r.Star = int32(PlayerData.Star)
p.PushClientRes(r)
}

View File

@ -3932,6 +3932,7 @@ func ReqPlayroomFlipReward(player *Player, buf []byte) error {
"mini_game_type": playroom.GAME_TYPE_FILP,
"is_chip": false,
"item_list": items,
"is_bankruptcy": broken,
})
player.PlayerDecoSetLog("emoji", int(req.EmojiId), "playroom_flip_reward")
player.PlayMod.save()