fix choices range and weights, change defusing condition
This commit is contained in:
parent
d664576a22
commit
a2394ac54d
@ -17,6 +17,7 @@ def main():
|
||||
game_ui.update()
|
||||
|
||||
running = True
|
||||
|
||||
while running:
|
||||
for event in pg.event.get():
|
||||
if event.type == pg.QUIT:
|
||||
|
Loading…
Reference in New Issue
Block a user