fail scoring fix
This commit is contained in:
@@ -152,6 +152,7 @@ def scoundrel():
|
||||
score += last_potion_val
|
||||
else: # fail
|
||||
for el in room:
|
||||
if el != ' ':
|
||||
deck.insert(0, el)
|
||||
for item in deck:
|
||||
itemtype = item[0].upper()
|
||||
|
||||
Reference in New Issue
Block a user