I make it not rigged anymore it's fair now

This commit is contained in:
Apologieze
2022-09-06 17:22:13 +02:00
parent 757bb2a312
commit 5af438abb0
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -1 +1 @@
{"balance": 90.0}
{"balance": 100.0}