diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw index 94ad51ad025569201a818bd1f0405b2ca78b6203..0cef8259710fbf5c75e31511c871acf5aa270553 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 785fd515f0e4384f175e405a3f427529284ad7f5..284cad66810bc8977fe20c2c81a3a22305c4c7e1 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