|
@@ -193,6 +193,16 @@ $cheatmenu['addict'] = {
|
|
|
end
|
|
|
}
|
|
|
|
|
|
+$cheatmenu['cheatHorny'] = {
|
|
|
+ if cheatHorny = 0:
|
|
|
+ cheatHorny = 1
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
+ exit
|
|
|
+ elseif cheatHorny = 1:
|
|
|
+ cheatHorny = 0
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
+ end
|
|
|
+}
|
|
|
$cheatmenu['slutshot'] = {
|
|
|
if cheatSlut = 0:
|
|
|
cheatSlut = 1
|
|
@@ -219,10 +229,12 @@ $cheatmenu['cheat_NoPregnancy'] = {
|
|
|
}
|
|
|
|
|
|
$cheatmenu['Vibrator'] = {
|
|
|
- if bedvibrator = 0:
|
|
|
+ if cheatVib = 0:
|
|
|
+ cheatVib = 1
|
|
|
bedvibrator = 1
|
|
|
dynamic $cheatmenu['permanent']
|
|
|
- elseif bedvibrator = 1:
|
|
|
+ elseif cheatVib = 1:
|
|
|
+ cheatVib = 0
|
|
|
bedvibrator = 0
|
|
|
dynamic $cheatmenu['permanent']
|
|
|
end
|
|
@@ -261,6 +273,8 @@ $cheatmenu['permanent'] = {
|
|
|
if NarkImmune = 1:$NarkImmune = '<b>ON</b>'
|
|
|
if cheatSlut = 0:$cheatSlut = 'NO'
|
|
|
if cheatSlut = 1:$cheatSlut = '<b>YES</b>'
|
|
|
+ if cheatHorny = 0:$cheatHorny = 'NO'
|
|
|
+ if cheatHorny = 1:$cheatHorny = '<b>YES</b>'
|
|
|
if bedvibrator = 0:$cheatVib = 'NO'
|
|
|
if bedvibrator = 1:$cheatVib = '<b>YES</b>'
|
|
|
if cheatBandit = 0:$cheatBandit = 'NO'
|
|
@@ -292,7 +306,8 @@ $cheatmenu['permanent'] = {
|
|
|
pl'Bandit always horny: <a href="exec:dynamic $cheatmenu[''Bandit'']"><<$cheatBandit>></a>'
|
|
|
pl'Bimbo clothing without becoming bimbo: <a href="exec:dynamic $cheatmenu[''BimboCloth''] & dynamic $cheatmenu[''permanent'']"><<$cheatBimbo>></a>'
|
|
|
nl
|
|
|
- pl'Slut shot: Turn off pregnancy and periods: <a href="exec:dynamic $cheatmenu[''slutshot'']"><<$cheatSlut>></a>'
|
|
|
+ pl'Set arousal to always be at 50 or more: <a href="exec:dynamic $cheatmenu[''cheatHorny'']"><<$cheatHorny>></a>'
|
|
|
+ pl'Turn off periods (and pregnancies): <a href="exec:dynamic $cheatmenu[''slutshot'']"><<$cheatSlut>></a>'
|
|
|
pl'Impregnation is no longer in the game: <a href="exec:dynamic $cheatmenu[''cheat_NoPregnancy'']"><<$cheat_nopregnancy>></a>'
|
|
|
nl
|
|
|
if cyccustom = 0:pl'Automatic period tracking: <a href="exec:dynamic $cheatmenu[''auto_period'']">OFF</a>'
|