|
@@ -152,7 +152,6 @@ if temper >= 15 and month >= 5 and month <= 9:
|
|
if hour >= 6 and hour <= 20 and (PCloswimwear = 1 or $clothingworntype = 'nude'):
|
|
if hour >= 6 and hour <= 20 and (PCloswimwear = 1 or $clothingworntype = 'nude'):
|
|
act 'Go swimming':
|
|
act 'Go swimming':
|
|
menu_off = 1
|
|
menu_off = 1
|
|
- *clr & cla
|
|
|
|
cumspclnt = 4
|
|
cumspclnt = 4
|
|
gs 'cum_cleanup'
|
|
gs 'cum_cleanup'
|
|
minut += 30
|
|
minut += 30
|
|
@@ -167,6 +166,9 @@ if temper >= 15 and month >= 5 and month <= 9:
|
|
if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
|
|
if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
|
|
if pcs_stren < 30: stren_exp += 1
|
|
if pcs_stren < 30: stren_exp += 1
|
|
fat -= 1
|
|
fat -= 1
|
|
|
|
+ pcs_makeup = 1
|
|
|
|
+ gs 'stat'
|
|
|
|
+ *clr & cla
|
|
if $clothingworntype = 'nude':
|
|
if $clothingworntype = 'nude':
|
|
'<center><img <<$set_imgh>> src="images/pc/activities/swim/lake/swim_nude_<<rand(0,10)>>.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/pc/activities/swim/lake/swim_nude_<<rand(0,10)>>.jpg"></center>'
|
|
if pcs_inhib < 60:inhib_exp += rand(0,1)
|
|
if pcs_inhib < 60:inhib_exp += rand(0,1)
|