diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 7ec341ef811ad5b5457f826bcc990c4133679363..37a4ac24f82b7aae87e538a0fee5d50f7b176a56 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 4831ce07e26451f38be95d8011170d0ad6197234..d526c773334dc18b82099e8e57bb12ac88ec0395 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>>