This commit is contained in:
@@ -154,7 +154,7 @@ func (s *EggService) GetEgg() *model.PetInfo {
|
|||||||
shinycont := 0
|
shinycont := 0
|
||||||
|
|
||||||
if mpets != tt.CurEgg.MalePetID && mpets != tt.CurEgg.FeMalePetID {
|
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) {
|
if grand.Meet(shinycont, 100) {
|
||||||
|
|||||||
Reference in New Issue
Block a user