diff --git a/src/SecExp/attackOptions.tw b/src/SecExp/attackOptions.tw
index b05ed1f226c0a99292606e03d622983a6a4c2aa2..7bdf4298d715a5eb156029ce9120bd6399faa988 100644
--- a/src/SecExp/attackOptions.tw
+++ b/src/SecExp/attackOptions.tw
@@ -416,6 +416,8 @@ Units about to be deployed:
 		<<for _i = 0; _i < $lastSelection.length; _i++>>
 			<<if $lastSelection[_i] == -1>>
 				<<set $secBots.isDeployed = 1>>
+				<<set $deployableUnits-->>
+				<<set $deployedUnits++>>
 			<<else>>
 				<<for _j = 0; _j < $militiaUnits.length; _j++>>
 					<<if $lastSelection[_i] == $militiaUnits[_j].ID>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index a91530d4af6c2d18067ef85226c29f5ca44bace8..f194255ab7311eaa6059d225076eb2f37f6c438d 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -349,7 +349,7 @@
 		<</if>>
 	<</if>>
 	<<if $cheatMode == 1>>
-		| <<link "Check $his stats">><<replace "#miniscene">><<set $deadliness = Deadliness($activeSlave)>><<include "Slave Stats">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+		| <<link "Check $his stats">><<replace "#miniscene">><<include "Slave Stats">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
 	<</if>>
 <<else>> /* IS A FUCKDOLL */
 	<<link "Fuck its face hole">><<replace "#miniscene">><<FFuckdollOral>><br><</replace>><</link>>
diff --git a/src/uncategorized/slaveStats.tw b/src/uncategorized/slaveStats.tw
index 3647e439aa6d955c3a496fc9738f71af25d05423..525f97e339b2141767bc615ff1adf744ac254395 100644
--- a/src/uncategorized/slaveStats.tw
+++ b/src/uncategorized/slaveStats.tw
@@ -5,6 +5,4 @@
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-<<Deadliness $activeSlave>>
-<<set _deadliness = $deadliness>>
-<<print _deadliness>>
\ No newline at end of file
+<<print Deadliness($activeSlave)>>
\ No newline at end of file