From 3bfea2fd0ea03d5c37ee4796b0764e9bb8bebd0f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 14:36:48 -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 00eb33f..5c4365e 100644 --- a/modules/dopewar.py +++ b/modules/dopewar.py @@ -203,7 +203,7 @@ def buy_func(nodeID, price_list, choice=0, value='0'): else: if drug_choice in range(1, len(my_drugs) + 1): drug_choice = drug_choice - 1 - msg = my_drugs[drug_choice].name + ": you have " + str(amount[drug_choice]) + " " + msg = my_drugs[drug_choice].name + ": you have🎒 " + str(amount[drug_choice]) + " " msg += " The going price is: $" + str(price_list[drug_choice]) + " " buy_amount = value