From 0db1426adb037615f833ce3cbedf78a720efe2cb Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 8 Mar 2019 17:45:59 -0500
Subject: [PATCH] Fixed cheat edit taste error

---
 src/cheats/mod_EditChildCheatNew.tw | 1 +
 src/cheats/mod_editSlaveCheatNew.tw | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index 94ad51ad025..0cef8259710 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -1415,6 +1415,7 @@
 	<<switch $tempSlave.tastes>>
 	<<case 0>>@@.yellow;Normal@@
 	<<case -1>>@@.yellow;None@@
+	<</switch>>
 	<br>
 	<<radiobutton "$tempSlave.tastes" 0>> Normal
 	<<radiobutton "$tempSlave.tastes" -1>> None
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 785fd515f0e..284cad66810 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2054,6 +2054,7 @@
 	<<switch $tempSlave.tastes>>
 	<<case 0>>@@.yellow;Normal@@
 	<<case -1>>@@.yellow;None@@
+	<</switch>>
 	<br>
 	<<radiobutton "$tempSlave.tastes" 0>> Normal
 	<<radiobutton "$tempSlave.tastes" -1>> None
-- 
GitLab