diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 0f9c90f817d77ec287854c413646919fecd5f476..0ee4d6aa208fcf3d4704f75e4aaa90ca684be22f 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 8ece63dc1d12682c3ad2d73bb92481a484979ac7..8974f0fc614687cb7f5f2e1f58eb5931c828f8f6 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>>