From 9df8663dcce6a42528a7a711d2975ce112250ec1 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 2 Dec 2017 14:42:41 -0500
Subject: [PATCH] fix

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 ++++-
 src/SecExp/seeUnit.tw                        | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 7ec341ef811..37a4ac24f82 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4776,4 +4776,7 @@ Pregmod 0.10.3.0
 	175
 	-added anon's siren song part 2
 	-fixes
-	-added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events
\ No newline at end of file
+	-added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events
+	
+	176
+	-fixed bugs
\ No newline at end of file
diff --git a/src/SecExp/seeUnit.tw b/src/SecExp/seeUnit.tw
index 4831ce07e26..d526c773334 100644
--- a/src/SecExp/seeUnit.tw
+++ b/src/SecExp/seeUnit.tw
@@ -43,7 +43,7 @@
 	<<if $secBots.equip < 3>>
 		<br>
 		<<link "Improve drone weaponry and armor">>
-			<<set  += 1>>
+			<<set $secBots.equip += 1>>
 			<<set $cash -= (($secBotsUpgradeCost * $secBots.maxTroops) + 1000)>>
 			<<goto "seeUnit">>
 		<</link>>
-- 
GitLab