fix choices range and weights, change defusing condition

This commit is contained in:
matixezor 2021-03-16 20:52:29 +01:00
parent d664576a22
commit a2394ac54d

View File

@ -17,6 +17,7 @@ def main():
game_ui.update()
running = True
while running:
for event in pg.event.get():
if event.type == pg.QUIT: