mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Fixed bug for re-starting on user's bad maths
This commit is contained in:
@@ -172,7 +172,7 @@ if ( __name__ == '__main__' ):
|
||||
print( "YOU MAY NOT HAVE THAT MANY FURS." )
|
||||
print( "DO NOT TRY TO CHEAT. I CAN ADD." )
|
||||
print( "YOU MUST START AGAIN." )
|
||||
state = 'starting' # T/N: Wow, harsh.
|
||||
game_state = 'starting' # T/N: Wow, harsh.
|
||||
else:
|
||||
game_state = 'choosing fort'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user