diff --git a/coinflip.py b/coinflip.py index 29f9295..94eae95 100644 --- a/coinflip.py +++ b/coinflip.py @@ -217,7 +217,7 @@ class Button_color(): self.back_rect.center = self.rect_circle.center def result(self,n_id): - return (True, n_id) if randint(1,100) > 56 else (False, -n_id) + return (True, n_id) if randint(1,100) > 50 else (False, -n_id) def click_event(self): temp_result = self.result(self.n_id) diff --git a/value.json b/value.json index 9e7cd87..f2cca94 100644 --- a/value.json +++ b/value.json @@ -1 +1 @@ -{"balance": 90.0} \ No newline at end of file +{"balance": 100.0} \ No newline at end of file