From f2ebc47b98249dd6aa3b23bad134148596087e7f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 24 Jul 2018 14:17:54 -0400
Subject: [PATCH] fix

---
 devNotes/twine JS.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index edbc37e345c..e881117af6d 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -6623,8 +6623,6 @@ window.populateEventArray = function(RESS = State.variables.RESSevent.length, RE
 
 /*:: AssayJS [script]*/
 
-:: AssayJS [script]
-
 window.isSlim = function(slave) {
 	var slim = false;
 	var ArcologyZero = State.variables.arcologies[0];
@@ -10305,7 +10303,7 @@ window.saChoosesOwnClothes = function saChoosesOwnClothes(slave) {
 	return r;
 };
 
-// :: FResult [script]
+/* :: FResult [script]*/
 
 // this is a port of the FResult widget
 // it has been broken up into several functions, because it grew too long
-- 
GitLab