From 67481b22bbe60e3580689cc611de4b0ee7bd1b09 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Tue, 4 Sep 2018 07:53:07 -0700
Subject: [PATCH] Styling changes

---
 src/pregmod/killSlave.tw | 62 +++++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

diff --git a/src/pregmod/killSlave.tw b/src/pregmod/killSlave.tw
index f744edbdf99..c423bebd910 100644
--- a/src/pregmod/killSlave.tw
+++ b/src/pregmod/killSlave.tw
@@ -39,54 +39,56 @@
 <</switch>>
 
 <<if canWalk($activeSlave)>>
-	You call $activeSlave.slaveName into your office. 
+    You call $activeSlave.slaveName into your office. 
 <<else>>
-	You have $activeSlave.slaveName brought into your office.
+    You have $activeSlave.slaveName brought into your office.
 <</if>>
-
-$He looks at you 
+    
+    $He looks at you 
 <<if $activeSlave.fetish != "mindbroken">>with 
-	<<if $activeSlave.devotion > 50>>
-		adoration
-	<<elseif ($activeSlave.devotion) > 20 && ($activeSlave.devotion <= 50)>>
-		a calm acceptance
-	<<elseif ($activeSlave.devotion > -20) && ($activeSlave.devotion <= 20)>>
-		apprehension
-	<<elseif $activeSlave.devotion <= -20>>
-		hatred
-	<</if>>
+    <<if $activeSlave.devotion > 50>>
+        adoration
+    <<elseif ($activeSlave.devotion) > 20 && ($activeSlave.devotion <= 50)>>
+        a calm acceptance
+    <<elseif ($activeSlave.devotion > -20) && ($activeSlave.devotion <= 20)>>
+        apprehension
+    <<elseif $activeSlave.devotion <= -20>>
+        hatred
+    <</if>>
 <<else>>
-	blankly
+    blankly
 <</if>>
 /*TODO: Add checks for trust*/
  and waits for you to continue. You tell $him that you've gotten tired of having $him around and that you have decided it is time you got rid of $him. 
 
 <<if $activeSlave.fetish != "mindbroken">> $His expression changes to one of <</if>>
 <<if $activeSlave.fetish != "mindbroken">> 
-	<<if $activeSlave.devotion > 50>>
-		abject sorrow
-	<<elseif ($activeSlave.devotion) > 20 && ($activeSlave.devotion <= 50)>>
-		sadness
-	<<else>>
-		relief
-	<</if>>
-	until
+    <<if $activeSlave.devotion > 50>>
+        abject sorrow
+    <<elseif ($activeSlave.devotion) > 20 && ($activeSlave.devotion <= 50)>>
+        sadness
+    <<else>>
+        relief
+    <</if>>
+until
 <<else>>
-	$He just nods dumbly and continues to watch you with a vacant expression, even as
-
+    $He just nods dumbly and continues to watch you with a vacant expression, even as
+    
 <</if>>
 
-you reach behind your desk and pull out your trusty _weapon,
+ you reach behind your desk and pull out your trusty _weapon,
  
+
 <<if $activeSlave.fetish != "mindbroken">>
-	at which point abject fear fills $his face. $He immediately drops to $his knees and begins openly begging for you to have mercy.
+    at which point abject fear fills $his face. $He immediately drops to $his knees and begins openly begging for
+you to have mercy.
 <<else>>
-	to which $he still doesn't respond.
+    to which $he still doesn't respond.
 <</if>>
 
-<br>
 <br><<link "Kill $him" "KilledSlave">><<set $killChoice = 0>><</link>>
 <br><<link "Have mercy on $him" "KilledSlave">><<set $killChoice = 1>><</link>>
 <<if ($activeSlave.assignment != "guard you") && ($pit > 0)>>
-	<br><<link "Let $him win $his life in combat" "KilledSlave">><<set $killChoice = 2>><</link>>
-<</if>>
\ No newline at end of file
+    <br><<link "Let $him win $his life in combat" "KilledSlave">><<set $killChoice = 2>><</link>>
+<</if>>
+<br><br>
\ No newline at end of file
-- 
GitLab