Add assured pseudo-sword mode

This commit is contained in:
2021-07-25 01:49:12 -07:00
parent 624e988ebc
commit 63bff5998b
7 changed files with 10 additions and 7 deletions

View File

@@ -193,6 +193,7 @@ def roll_settings(weights):
'vanilla': 'vanilla',
'swordless': 'swordless',
'pseudo': 'pseudo',
'assured_pseudo': 'assured_pseudo',
'bombs': 'bombs'
}[get_choice('weapons')]