mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-05 08:23:23 +02:00
Update dopewar.py
This commit is contained in:
+1
-1
@@ -329,7 +329,7 @@ def get_location_table(nodeID, choice=0):
|
||||
loc_table_string = ''
|
||||
for i in range(len(loc)):
|
||||
loc_table_string += str(i+1) + '. ' + loc[i] + ' '
|
||||
loc_table_string += f'\nWhere do you want to 🛫?#'
|
||||
loc_table_string += f' Where do you want to 🛫?#'
|
||||
return loc_table_string
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user