From 2849ad1d6e344408d9d70378fcba1b1ba75a1659 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 22 Jan 2019 16:35:32 -0500
Subject: [PATCH] corrected index

---
 src/init/storyInit.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 9a2d490d87d..fe57e8fd5ca 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -27,6 +27,7 @@ You should have received a copy of the GNU General Public License along with thi
 		<<if $slaves[_i].assignment != "be imported">>
 			<<set $activeSlave = $slaves[_i]>> /* how I wish it didn't need to be $activeSlave */
 			<<= removeActiveSlave()>>
+			<<set _i--, _SL-->>
 		<</if>>
 	<</for>>
 	<<for _i = 0; _i < _SL; _i++>>
-- 
GitLab