From 1fc0a975a6ff0defa8d6364f0c3a10aedcb6d696 Mon Sep 17 00:00:00 2001
From: xnzda <xnzda@outlook.com>
Date: Fri, 5 May 2023 20:25:26 +0200
Subject: [PATCH] change color of full wardrobe message in shop from blue to
 red

---
 game/overworld-town/loc-shop/clothing-v2.twee | 2 +-
 game/overworld-town/loc-shop/widgets.twee     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/overworld-town/loc-shop/clothing-v2.twee b/game/overworld-town/loc-shop/clothing-v2.twee
index 814f605a45..4a16c99464 100644
--- a/game/overworld-town/loc-shop/clothing-v2.twee
+++ b/game/overworld-town/loc-shop/clothing-v2.twee
@@ -553,7 +553,7 @@
 			<</if>>
 			<<shopBuyItemStatus _wardrobeSlots>>
 			<<if _spaceLeft < 1>>
-				<span class="blue">Your wardrobe is full.</span>
+				<span class="red">Your wardrobe is full.</span>
 				<br>
 			<<elseif Time.dayState is "night">>
 				<<if $clothingShop.stolenClothes lte 20>>
diff --git a/game/overworld-town/loc-shop/widgets.twee b/game/overworld-town/loc-shop/widgets.twee
index fc3e993cc1..5a679ee430 100644
--- a/game/overworld-town/loc-shop/widgets.twee
+++ b/game/overworld-town/loc-shop/widgets.twee
@@ -189,7 +189,7 @@ Forth argument - item index*/
 		<br><br>
 			<<shopBuyItemStatus _wardrobeSlots>>
 			<<if _spaceLeft lt 1>>
-				<span class="blue">Your wardrobe is full.</span>
+				<span class="red">Your wardrobe is full.</span>
 				<br>
 			<<elseif Time.dayState is "night">>
 				<<if $clothingShop.stolenClothes lte 20>>
-- 
GitLab