From 8c4c2095d748e4cf30b8f515693aa25103ffb498 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 14:25:51 -0700 Subject: [PATCH] Update dopewar.py --- modules/dopewar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dopewar.py b/modules/dopewar.py index 08795d5..78d0b41 100644 --- a/modules/dopewar.py +++ b/modules/dopewar.py @@ -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