猫猫小金库数值修改

This commit is contained in:
hahwu 2026-03-24 10:31:01 +08:00
parent de33ba1221
commit 6d46b9de85

View File

@ -3457,7 +3457,7 @@ func ReqPlayroomInfo(player *Player, buf []byte) error {
PlayroomMod.SetGameId(playroom.GAME_TYPE_FILP)
addNumFunc := func(num int) int {
factor := player.GetOrderFactor()
return int(float64(num)*float64(factor)) / 100 * 100
return int(float64(num)*float64(factor)/100) / 100 * 100
}
PlayroomMod.SetGameRewardFlip(addNumFunc(100), addNumFunc(500), addNumFunc(2000))
}