|
@@ -861,8 +861,8 @@ $cheatmenu['looks'] = {
|
|
|
'You have <<$titsize>> breasts'
|
|
|
if tits => 0 and tits < 11:'<a href="exec: bodyVars[''bust_silicone''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
|
|
|
if bodyVars['bust_silicone'] => 1:'<a href="exec: bodyVars[''bust_silicone''] -= 5 & dynamic $cheatmenu[''looks'']">Shrink breasts(silicone)</a>'
|
|
|
- if tits => 0 and tits < 11:'<a href="exec: pcs_mass[''bust''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(natural)</a>'
|
|
|
- if pcs_mass['bust'] => 1: '<a href="exec: pcs_mass[''bust''] -= 5 & titreduc = 1 & dynamic $cheatmenu[''looks'']">Shrink breasts(natural)</a>'
|
|
|
+ if tits => 0 and tits < 11:'<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', 5">Enlarge breasts(natural)</a>'
|
|
|
+ if pcs_mass['bust'] => 1: '<a href="exec: titreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', -5">Shrink breasts(natural)</a>'
|
|
|
*nl
|
|
|
if pcs_butt <= 4:
|
|
|
$pcs_butt[1] = 'flat'
|
|
@@ -977,9 +977,27 @@ $cheatmenu['looks'] = {
|
|
|
|
|
|
if $ARGS[0] = 'change_pcs_mass_body':
|
|
|
gs 'body', 'Set_mass_distribution_using_body', pcs_mass['body'] + ARGS[1]
|
|
|
+ pcs_mass['body_message'] = pcs_mass['body']
|
|
|
dynamic $cheatmenu['looks']
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'change_pcs_mass_bust':
|
|
|
+ pcs_mass['bust'] += ARGS[1]
|
|
|
+ pcs_mass['bust_gen'] += ARGS[1]
|
|
|
+ if pcs_mass['bust'] < 2: pcs_mass['bust'] = 2
|
|
|
+ if pcs_mass['bust_gen'] < 2: pcs_mass['bust_gen'] = 2
|
|
|
+ pcs_mass['bust_message'] = pcs_mass['bust']
|
|
|
+ dynamic $cheatmenu['looks']
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'change_pcs_mass_butt':
|
|
|
+ pcs_mass['butt'] += ARGS[1]
|
|
|
+ pcs_mass['butt_gen'] += ARGS[1]
|
|
|
+ if pcs_mass['butt'] < 2: pcs_mass['butt'] = 2
|
|
|
+ if pcs_mass['butt_gen'] < 2: pcs_mass['butt_gen'] = 2
|
|
|
+ pcs_mass['butt_message'] = pcs_mass['butt']
|
|
|
+ dynamic $cheatmenu['looks']
|
|
|
+end
|
|
|
|
|
|
if $ARGS[0] = 'vagenlarge':
|
|
|
if pcs_vag = 0:
|