From d51ba4587241bd73b766eefd53b92e1c108782c5 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Sun, 1 Mar 2020 23:40:25 -0800
Subject: [PATCH] assistantDocumentation

---
 src/personalAssistant/assistant.js        | 2 +-
 src/personalAssistant/assistantOptions.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/personalAssistant/assistant.js b/src/personalAssistant/assistant.js
index ac535c276ac..93784f19155 100644
--- a/src/personalAssistant/assistant.js
+++ b/src/personalAssistant/assistant.js
@@ -32,7 +32,7 @@ window.assistant = (function() {
 		convert('assistantNameAnnounced', 'announcedName');
 		convert('assistantBodyDesire', 'bodyDesire');
 		convert('assistantOptions', 'options');
-		if (V.week >= 11 && V.assistant.options === 'undefined') {
+		if (V.week >= 11 && !V.assistant.options) {
 			V.assistant.options = 1;
 		}
 		convert('assistantFSOptions', 'fsOptions');
diff --git a/src/personalAssistant/assistantOptions.tw b/src/personalAssistant/assistantOptions.tw
index fc02666420d..20a784c8ab5 100644
--- a/src/personalAssistant/assistantOptions.tw
+++ b/src/personalAssistant/assistantOptions.tw
@@ -98,7 +98,7 @@ Seated at your desk, you glance at the visual representation of
 			Although technically an expanded subroutine within the same app, $assistant.name uses a distinct icon to identify these alerts and improve your workflow.
 			<br>
 		<</if>>
-		<br>_HeA is <<set $assistant.market.limit = Math.clamp($assistant.market.limit, 10000, 10000000)>>
+		<br>_HeA is <<set $assistant.market.limit = Math.clamp($assistant.market.limit, 0, 10000000)>>
 		<<if $assistant.market.limit>>
 			''allowed'' to use excess liquid assets over <<print cashFormat($assistant.market.limit)>> to play the menial slave market. [[Disallow|Personal assistant options][$assistant.market.limit = 0]]
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-- 
GitLab