From 7e62a2358b1b2f3283b31c2e5a9409ddeaa430be Mon Sep 17 00:00:00 2001
From: Andrest07 <57931603+Andrest07@users.noreply.github.com>
Date: Sun, 12 Nov 2023 19:42:37 +0700
Subject: [PATCH] Reduced the golden banner requirements

---
 game/01-config/start.twee      | 2 +-
 game/base-system/settings.twee | 4 ++--
 game/base-system/tips.twee     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/game/01-config/start.twee b/game/01-config/start.twee
index a5b666b272..d09acf722b 100644
--- a/game/01-config/start.twee
+++ b/game/01-config/start.twee
@@ -15,7 +15,7 @@ Degrees of Lewdity Plus
 <!-- <<effects>> --> <!-- commented this out - why were we running effects without a working player init'd? -->
 
 <<if $options.images is 1>>
-	<<if ($feats.allSaves.points is undefined or $feats.allSaves.points lt 250) or $bannerstyle is 1>>
+	<<if ($feats.allSaves.points is undefined or $feats.allSaves.points lt 200) or $bannerstyle is 1>>
 		<img class="resize" src="img/misc/banner.png">
 	<<else>>
 		<img class="resize" src="img/misc/bannerGold.png">
diff --git a/game/base-system/settings.twee b/game/base-system/settings.twee
index f18529e07f..c724f34cd2 100644
--- a/game/base-system/settings.twee
+++ b/game/base-system/settings.twee
@@ -1324,10 +1324,10 @@
 				<span class="gold">Banner Toggle</span> <mouse class = "tooltip linkBlue">(?)<span>Toggle which version of the banner you want to use.</span></mouse>
 				<br>
 				<<link [[Default Banner|$passage]]>><<set $bannerstyle to 1>><</link>>
-				<<if $feats.allSaves.points isnot undefined and $feats.allSaves.points gte 250>>
+				<<if $feats.allSaves.points isnot undefined and $feats.allSaves.points gte 200>>
 					 | <<link [[Golden Banner|$passage]]>><<set $bannerstyle to 2>><</link>>
 				<<else>>
-					 | <label>You have not unlocked the Golden Banner yet. You need a minimum of 250 VrelCoins.</label>
+					 | <label>You have not unlocked the Golden Banner yet. You need a minimum of 200 VrelCoins.</label>
 				<</if>>
 				<br>
 			</div>
diff --git a/game/base-system/tips.twee b/game/base-system/tips.twee
index fdc9c36cec..f9989609b1 100644
--- a/game/base-system/tips.twee
+++ b/game/base-system/tips.twee
@@ -139,7 +139,7 @@
 			"Committing the same crime too much in a short time will lead the police to you faster.",
 			"Smaller crimes might go entirely unnoticed if you have enough skill.",
 			"Turning yourself in to the police will make your punishment less severe.",
-			"Reaching 250 VrelCoins will unlock the super cool golden banner! ITS TIME TO SACK UP BOIS.",
+			"Reaching 200 VrelCoins will unlock the super cool golden banner! ITS TIME TO SACK UP BOIS.",
 		]>>
 
 		<!-- Tentacle tips -->
-- 
GitLab