1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-10 22:45:10 +08:00
committed by cnb
parent a5485de510
commit cbfaef7fbb

View File

@@ -154,7 +154,7 @@ func (s *EggService) GetEgg() *model.PetInfo {
shinycont := 0
if mpets != tt.CurEgg.MalePetID && mpets != tt.CurEgg.FeMalePetID {
shinycont = int(tt.CurEgg.EggID)
shinycont = int(tt.CurEgg.EggID) * int(tt.CurEgg.EggID)
}
if grand.Meet(shinycont, 100) {