编辑文件 pet_fusion_service.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-05 01:03:00 +08:00
committed by cnb
parent 09a295db34
commit 74f07a1d00

View File

@@ -29,7 +29,7 @@ func NewPetFusionService() *PetFusionService {
func (s *PetFusionService) Data(p1, p2, rand uint32) uint32 {
if !grand.Meet(int((rand)/2), 100) {
if !grand.Meet(int(rand/2)+50, 100) {
return 0
}