From 0521c5a0b90e86579cbfb6c6141c1959b95c600e Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 12 Oct 2019 12:15:36 -0700
Subject: [PATCH] Update src/cheats/mod_editSlaveCheatNew.tw

---
 src/cheats/mod_editSlaveCheatNew.tw | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 59d34b0056c..1fd4759b9ab 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2754,7 +2754,8 @@
 
 	<br>
 
-	''C-Section scar:''
+	/*C-section editing is dummied out due to causing problems with the new scarring system.*/
+	/*''C-Section scar:''
 	<<if ndef $tempSlave.cSec>>
 		<<set $tempSlave.cSec = 0>>
 	<</if>>
@@ -2764,7 +2765,7 @@
 	<<else>>
 		@@.yellow;true@@
 		<<checkbox "$tempSlave.cSec" 0 1 checked>>
-	<</if>>
+	<</if>>*/
 
 	<br>
 
-- 
GitLab