|
@@ -553,6 +553,8 @@ $cheatmenu['permanent'] = {
|
|
|
if cheatHapri = 1: $cheatHapri = 'Currently ON'
|
|
|
if cheatKlisma = 1: $cheatKlisma = 'Currently OFF'
|
|
|
if cheatKlisma = 0: $cheatKlisma = 'Currently ON'
|
|
|
+ if no_cum_leak = 1: $no_cum_leak = 'Currently OFF'
|
|
|
+ if no_cum_leak = 0: $no_cum_leak = 'Currently ON'
|
|
|
if cheatNomakeup = 0: $cheatNomakeup = 'Currently OFF'
|
|
|
if cheatNomakeup = 1: $cheatNomakeup = 'Currently ON'
|
|
|
if cheatNoSweat = 0: $cheatNoSweat = 'Currently OFF'
|
|
@@ -2159,6 +2161,11 @@ $cheatmenu['setting'] = {
|
|
|
else
|
|
|
'Enema realism: Currently OFF - <a href="exec:cheatKlisma = 0 & dynamic $cheatmenu[''enema'']">Turn ON</a>'
|
|
|
end
|
|
|
+ if no_cum_leak = 0:
|
|
|
+ 'Cum leaking: Currently ON - <a href="exec:no_cum_leak = 1 & dynamic $cheatmenu[''setting'']">Turn OFF</a>'
|
|
|
+ else
|
|
|
+ 'Cum leaking: Currently OFF - <a href="exec:no_cum_leak = 0 & dynamic $cheatmenu[''setting'']">Turn ON</a>'
|
|
|
+ end
|
|
|
if editpornname = 1:
|
|
|
'Editing of the names of the porn movies you stared enabled: Currently ON - <a href="exec:editpornname = 0 & dynamic $cheatmenu[''setting'']">Turn OFF</a>'
|
|
|
else
|