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