diff --git a/src/cheats/PCCheatMenu.tw b/src/cheats/PCCheatMenu.tw
index 0693f9c91473b1c67d88564d22fc3b78dbd1945b..e89ecc7f8c756c5115ca34dda7df7d661f8b9a01 100644
--- a/src/cheats/PCCheatMenu.tw
+++ b/src/cheats/PCCheatMenu.tw
@@ -7,9 +7,12 @@
 
 <br><br>
 
-Title: ''<<if $tempSlave.title == 0>>Master<<else>>Mistress<</if>>''
-<br><<radiobutton "$tempSlave.title" 0>> Master
-	<<radiobutton "$tempSlave.title" 1>> Mistress
+Title: ''<<if $tempSlave.title == 1>>Master<<else>>Mistress<</if>>''
+<br><<radiobutton "$tempSlave.title" 1>> Master
+	<<radiobutton "$tempSlave.title" 0>> Mistress
+Sex: ''$tempSlave.genes''
+<br><<radiobutton "$tempSlave.genes" "XY">> XY
+	<<radiobutton "$tempSlave.genes" "XX">> XX
 <br>''Name'': <<textbox "$tempSlave.name" $tempSlave.name>>
 <br>''Surname'': <<textbox "$tempSlave.surname" $tempSlave.surname>>
 <br>''Custom Title'': <<textbox "$tempSlave.customTitle" $tempSlave.customTitle>>