bzzz bzzz

This commit is contained in:
Bonta-kun
2019-12-30 03:03:53 +01:00
parent 4281dcc619
commit fe307b1ac7
8 changed files with 22 additions and 4 deletions

View File

@@ -199,6 +199,8 @@ def roll_settings(weights):
enemy_health = get_choice('enemy_health')
ret.enemy_health = enemy_health
ret.beemizer = int(get_choice('beemizer')) if 'beemizer' in weights.keys() else 1 # suck it :)
return ret
if __name__ == '__main__':