From 2fb9322ee4789f3b182687428de579a7749bddc8 Mon Sep 17 00:00:00 2001 From: OcelotWalrus Date: Sun, 29 Dec 2024 15:35:09 +0100 Subject: [PATCH] fix[minor] - display estimated items value in gold color --- source/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/main.py b/source/main.py index 3d98223..82c2cf2 100644 --- a/source/main.py +++ b/source/main.py @@ -3213,7 +3213,10 @@ def run(play): else: cout("NAME: " + which_item) cout("TYPE: " + item[which_item]["type"]) - cout("ESTIMATED VALUE: " + str(round(item[which_item]["gold"]))) + cout( + "ESTIMATED VALUE: " + COLOR_YELLOW + COLOR_STYLE_BRIGHT + str(round(item[which_item]["gold"])) + + COLOR_RESET_ALL + ) text = "DESCRIPTION: " + item[which_item]["description"] text_handling.print_long_string(text) if (