@@ -109,7 +109,7 @@ def menu_string(stats, text_time_of_day):
109
109
if not stats ["location" ]["1" ]["purchased" ]:
110
110
action_loc = "ACTION REQUIRED"
111
111
112
- game_id = f'(GAME ID : { cyan (stats ["user_id" ])} )'
112
+ game_id = f'(Game ID : { cyan (stats ["user_id" ])} )'
113
113
company_name = stats ['name' ]
114
114
day = floor (stats ["day" ])
115
115
@@ -146,7 +146,7 @@ def purchase_location(stats):
146
146
print (f'{ cyan ("Purchase hotdog pitch locations" )} ' )
147
147
print ('------------------------------------' )
148
148
print (f'Current balance { green (print_current_balance (stats ))} \n ' )
149
- print ('Each location purchase means more customer to sell to. '
149
+ print ('Each location purchase means more customers to sell to. '
150
150
+ 'The better the location \n the more potential customers.\n ' )
151
151
print (f'{ pink ("TIP" )} : Each location will need a cart and a staff '
152
152
+ 'member before they sell any \n hotdogs.\n ' )
@@ -229,10 +229,10 @@ def purchase_cart_menu(stats):
229
229
print (f'Current balance { green (print_current_balance (stats ))} \n ' )
230
230
print ('Each upgrade on a cart will produce better quality hotdogs.'
231
231
+ f' So you will sell { constants .CART_SELLING_INCREASE } % more'
232
- + ' for each level on top the base selling price without an '
233
- + 'penelties at that \n location.' )
232
+ + ' for each level on top the base selling price without any '
233
+ + ' penelties at that \n location.' )
234
234
print (f'\n { pink ("TIP" )} : Each location will need a staff member'
235
- + 'before they sell any hotdogs.\n ' )
235
+ + ' before they sell any hotdogs.\n ' )
236
236
237
237
for count , key in enumerate (loc_name , start = 1 ):
238
238
cart_level = stats ['location' ][str (count )]['cart_lvl' ]
@@ -553,7 +553,7 @@ def validate_recipe_change(data):
553
553
554
554
print_go_back ()
555
555
556
- print (f'\n { pink ("HOW: " )} To update your recipe ty0pe the ingrediant '
556
+ print (f'\n { pink ("HOW: " )} To update your recipe type the ingredient '
557
557
+ ' and amount i.e. "3 4".' )
558
558
result = input (f'\n { orange ("Enter change i.e. 3 4: " )} ' )
559
559
0 commit comments