mirror of
https://github.com/Apologieze/Monkeycrash.git
synced 2026-01-18 16:27:32 +01:00
I make it not rigged anymore it's fair now
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"balance": 90.0}
|
||||
{"balance": 100.0}
|
||||
Reference in New Issue
Block a user