Fixed bug for re-starting on user's bad maths

This commit is contained in:
kingsley
2021-10-10 16:43:50 +11:00
parent 069f908452
commit 0f5665fae4

View File

@@ -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'