From da8bd21429e612927c2875a38d2f94bd3f5871d1 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Wed, 23 Jan 2019 00:32:01 -0500
Subject: [PATCH] Deadliness Fix

---
 src/uncategorized/slaveInteract.tw | 2 +-
 src/uncategorized/slaveStats.tw    | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index a91530d4af6..f194255ab73 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 3647e439aa6..525f97e339b 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
-- 
GitLab