Implement a rename for store
I changed the name from store in the main menu to school. Allowing users to spend their money to get a better education to get a better job. At this current point in time I do not have a purpose for the store. A future idea could be to allow passive income and the user can spend their money to get more passive income by buying things from the store.
This commit is contained in:
parent
cf52cdd61f
commit
a048fc3c40
4
main.py
4
main.py
@ -107,7 +107,7 @@ Great job today!
|
||||
time.sleep(3)
|
||||
return
|
||||
# end balance
|
||||
# TODO: Add setup, store, and inventory
|
||||
# TODO: Add school and inventory
|
||||
# begin deposit
|
||||
elif option == "deposit":
|
||||
amount = int(input("How much would you like to deposit? "))
|
||||
@ -153,7 +153,7 @@ Options:
|
||||
setup - enter the user configuration menu
|
||||
balance - view your balance
|
||||
jobs - view and apply for jobs
|
||||
store - spend your hard earned cash
|
||||
school - go to school
|
||||
inventory - view your inventory
|
||||
deposit - deposit some of your cash into your bank account
|
||||
withdraw - take some money out of your bank account
|
||||
|
Loading…
Reference in New Issue
Block a user