From 1dbe61c64d8b29bbe82d617b094d69d07c9dcab1 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Thu, 16 Aug 2018 23:43:29 -0500 Subject: [PATCH] Cheats --- src/cheats/mod_editSlaveCheatNew.tw | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 16932939b33..0349445dbc6 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -1337,7 +1337,20 @@ <<radiobutton "$tempSlave.markings" heavily freckled>> Heavy Freckles <<radiobutton "$tempSlave.markings" beauty mark>> Beauty Mark <<radiobutton "$tempSlave.markings" birthmark>> Birth Mark + <br><br> + + ''Her hearing is :'' + <<switch $tempSlave.hears>> + <<case -2>>@@.yellow;Deaf@@ + <<case -1>>@@.yellow;Hard Of Hearing@@ + <<case 0>>@@.yellow;Normal@@ + <</switch>> + <br> + <<radiobutton "$tempSlave.hears" 0>> Normal + <<radiobutton "$tempSlave.hears" -1>> Hard Of Hearing + <<radiobutton "$tempSlave.hears" -2>> Deaf <br> + <<radiobutton "$tempSlave.origEye" 1>> Ear Implants <</widget>> <<widget HairTab>> @@ -1633,7 +1646,7 @@ <</link>> <span id=ecol2></span> <br>Custom eye color: <<textbox "$tempSlave.origEye" $tempSlave.origEye>> - <<radiobutton "$tempSlave.origEye" "implant">>Artificial Eyes + <<radiobutton "$tempSlave.origEye" "implant">> Artificial Eyes <br><br> ''Her vision is :'' <<switch $tempSlave.eyes>> -- GitLab