diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw
index 7ff010c8b27fbfa770446baeceafd4efeca36c20..d1d5c6d4a2e91b4d4d2282682c1c6a22febcffe7 100644
--- a/src/gui/mainMenu/AlphaDisclaimer.tw
+++ b/src/gui/mainMenu/AlphaDisclaimer.tw
@@ -5,7 +5,7 @@
 @@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@
 @@.green;//Mod: extra preg content and other crap//@@
 
-''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, I strongly recommend you reload your start of turn autosave immediately. Bugs will occasionally cause a bugged slave named $activeSlave.slaveName (or similar) to appear. If this happens, use the "Discard her" option on the slave menu to get rid of her. Then, please report the circumstances (especially what random event you just saw) to the dev. Please submit your feedback and bug reports at https://www.reddit.com/r/freecitiesgame/ or at https://freecitiesblog.blogspot.com/.
+''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues. Consider attaching a save file and screenshot of the problem.  This Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/.
 
 An in-game encyclopedia is available from the sidebar (or [[here|Encyclopedia][$nextButton = "Back", $nextLink = passage()]] if you'd prefer to have a look before starting), with answers to most basic gameplay questions.
 
diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw
index 4ee0db0fa1c8b791bf0b4fa3fc77c25a96072c0a..690eb1335dfb15dc1a900c70184408491e3d9b46 100644
--- a/src/uncategorized/arcade.tw
+++ b/src/uncategorized/arcade.tw
@@ -89,9 +89,9 @@ $arcadeNameCaps
 
 <br>It can support $arcade inmates. There <<if $arcadeSlaves == 1>>is<<else>>are<</if>> currently $arcadeSlaves slaves<<if $arcadeSlaves != 1>>s<</if>> incarcerated in $arcadeName.
 <<if $arcadeUpgradeFuckdolls == 1 && $arcadeSlaves > 1>>
-	<br>The arcade has automatic Fuckdollification functions, and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls == 2]]
+	<br>The arcade has automatic Fuckdollification functions, and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls = 2]]
 <<elseif $arcadeUpgradeFuckdolls == 2>>
-	<br>You have decided that the least popular inmate will be converted to a standard Fuckdoll this week. [[Deactivate|Arcade][$arcadeUpgradeFuckdolls == 1]]
+	<br>You have decided that the least popular inmate will be converted to a standard Fuckdoll this week. [[Deactivate|Arcade][$arcadeUpgradeFuckdolls = 1]]
 <</if>>
 <<if $arcade > $arcadeSlaves && $fuckdolls > 0>>
 	<<set _fuckdollRoom = $arcade - $arcadeSlaves>>
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index af503139839e4dfe2aca6e71f5924a0b8b388f2d..ee45cde876de1b0e377b3bddf344f6ce18a6a690 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -3,50 +3,36 @@
 <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
 
 <<set $RESSale = $RESSale.random()>>
+
+/* generate sales slave for images and pronouns */
 <<if $RESSale == "TSS">>
 	<<set $TSS.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("TSS")>>
-		<<set $activeSlave.clothes = "a schoolgirl outfit">>
-	<</if>>
+	<<= generateMarketSlave("TSS")>>
+	<<set $activeSlave.clothes = "a schoolgirl outfit">>
 <<elseif $RESSale == "GRI">>
 	<<set $GRI.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("GRI")>>
-		<<set $activeSlave.clothes = "a slave gown">>
-	<</if>>
+	<<= generateMarketSlave("GRI")>>
+	<<set $activeSlave.clothes = "a slave gown">>
 <<elseif $RESSale == "SCP">>
 	<<set $SCP.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("SCP")>>
-		<<set $activeSlave.clothes = "a string bikini">>
-	<</if>>
+	<<= generateMarketSlave("SCP")>>
+	<<set $activeSlave.clothes = "a string bikini">>
 <<elseif $RESSale == "LDE">>
 	<<set $LDE.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("LDE")>>
-	<</if>>
+	<<= generateMarketSlave("LDE")>>
 <<elseif $RESSale == "TGA">>
 	<<set $TGA.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("TGA")>>
-	<</if>>
+	<<= generateMarketSlave("TGA")>>
 <<elseif $RESSale == "TCR">>
 	<<set $TCR.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("TCR")>>
-	<</if>>
+	<<= generateMarketSlave("TCR")>>
 <<elseif $RESSale == "HA">>
 	<<set $HA.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("HA")>>
-		<<set $activeSlave.clothes = "a nice maid outfit">>
-	<</if>>
+	<<= generateMarketSlave("HA")>>
+	<<set $activeSlave.clothes = "a nice maid outfit">>
 <<else>>
 	<<set $TFS.schoolSale = 1>>
-	<<if $seeImages == 1>>
-		<<= generateMarketSlave("TFS")>>
-	<</if>>
+	<<= generateMarketSlave("TFS")>>
 <</if>>
 <<setLocalPronouns $activeSlave>>