From 51878f7a559ac1efe2ff234647f2e33c21fbfc2e Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Fri, 14 Sep 2018 02:08:23 -0400
Subject: [PATCH] Small tweaks

---
 src/gui/Encyclopedia/encyclopedia.tw | 6 ++----
 src/uncategorized/storyCaption.tw    | 9 ++++-----
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 0f9c90f817d..0ee4d6aa208 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2580,7 +2580,7 @@ LORE: INTERVIEWS
 	<br>''Faraen'' for a full vector art variant.
 	<br>''anon'' for more hair vectors for the external art.
 	<br>''Vas'' for massive JS work and completely redoing the RA.
-	<br>''deepmurk'' for a massive expansion in conjunction with Nox to the original embedded vector art. Also more hairs, shoes and clothes. Overhauled skin colors too.
+	<br>''deepmurk'' for a massive expansion in conjunction with Nox to the original embedded vector art. Also more hairs, shoes, clothes, and descriptions. Overhauled skin colors too.
 	<br>''Channel8'' for FCTV content (and likely giving the spellCheck an aneurysm).
 	<br>''Channel13'' for FCTV content.
 	<br>''kidkinster'' for slave management ui stuff and induced NCS.
@@ -2589,7 +2589,7 @@ LORE: INTERVIEWS
 	<br>''Autistic Boi'' for Mediterranean market preset.
 	<br>''anon'' for the PA subjugationsist and supremacist FS appearances.
 	<br>''Editoranon and Milkanon?'' for prison markets and the nursing handjob scene.
-	<br>''Dcoded'' for bestiality content and scenes.
+	<br>''DCoded'' for bestiality content, scenes, facilities and fixes.
 	<br>''git contributors lost to time'' for their submissions and work through pregmod's git.
 	<br>''Bane70'' optimized huge swaths of code with notable professionalism.
 	<br>''Circle Tritagonist'' provided several new collars and outfits.
@@ -2609,9 +2609,7 @@ LORE: INTERVIEWS
 	<br>''DrNoOne'' wrote the bulk slave purchase and persistent summary code.
 	<br>''Mauve'' provided vector art for chastity belts and limp dicks.
 	<br>''Klorpa'' for dozens of new nationalities and boundless new names and nicknames. Also monokinis, middle eastern clothing and aprons. Also the hearing overhaul
-	<br>''DeepMurk'' has been providing contious embeded vector art updates and improvements.
 	<br>''amomynous0'' for bug reports and testing in addition to SFmod unit descriptions.
-	<br>''DCoded'' for providing new events/facilites and bug fixes.
 	<br>''wepsrd'' for QOL (hormonal balance cheat and lactation adaptation to new menu) fixes.
 
 	<br><br>''Many other anonymous contributors'' helped fix bugs via GitHub. They will be credited by name upon request.
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 8ece63dc1d1..8974f0fc614 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -643,13 +643,12 @@
 	<br>
 	<<link "Bug Report">><<bugreport>><</link>>
 	<br>
-	<<textarea "$customEvalCode" "">>
+	<<textarea "_customEvalCode" "">>
 	<<link "Run Custom Function">>
-		<<set $customEvalCode = "(" + $customEvalCode + ")">>
-		<<if typeof eval($customEvalCode) === "function">>
-			<<run eval($customEvalCode)()>>
+		<<set _customEvalCode = "(" + _customEvalCode + ")">>
+		<<if typeof eval(_customEvalCode) === "function">>
+			<<run eval(_customEvalCode)()>>
 		<</if>>
-		<<unset $customEvalCode>>
 		<<goto _Pass>>
 	<</link>>
 <</if>>
-- 
GitLab