|
@@ -80,6 +80,14 @@ if month >= 5 and month <= 9:
|
|
|
if pcs_inhib < 60: inhib_exp += rand(1,3)
|
|
|
gs 'willpower', 'exhib', 'self', 'easy'
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
+ if PCloSwimwear = 0:
|
|
|
+ $lastwornclothingtype['swim'] = $clothingworntype
|
|
|
+ lastwornclothingnumber['swim'] = clothingwornnumber
|
|
|
+ $lastwornpantytype['swim'] = $pantyworntype
|
|
|
+ lastwornpantynumber['swim'] = pantywornnumber
|
|
|
+ $lastwornbratype['swim'] = $braworntype
|
|
|
+ lastwornbranumber['swim'] = brawornnumber
|
|
|
+ end
|
|
|
gs 'clothing', 'strip_all'
|
|
|
gs 'stat'
|
|
|
if pcs_horny >= 80 and exhibitionist_lvl > 1:
|
|
@@ -342,12 +350,14 @@ if $ARGS[0] = 'sauna':
|
|
|
menu_off = 1
|
|
|
minut += 5
|
|
|
sauna_stripped = 1
|
|
|
- $lastwornclothingtype['swim'] = $clothingworntype
|
|
|
- lastwornclothingnumber['swim'] = clothingwornnumber
|
|
|
- $lastwornpantytype['swim'] = $pantyworntype
|
|
|
- lastwornpantynumber['swim'] = pantywornnumber
|
|
|
- $lastwornbratype['swim'] = $braworntype
|
|
|
- lastwornbranumber['swim'] = brawornnumber
|
|
|
+ if PCloSwimwear = 0:
|
|
|
+ $lastwornclothingtype['swim'] = $clothingworntype
|
|
|
+ lastwornclothingnumber['swim'] = clothingwornnumber
|
|
|
+ $lastwornpantytype['swim'] = $pantyworntype
|
|
|
+ lastwornpantynumber['swim'] = pantywornnumber
|
|
|
+ $lastwornbratype['swim'] = $braworntype
|
|
|
+ lastwornbranumber['swim'] = brawornnumber
|
|
|
+ end
|
|
|
gs 'clothing', 'strip_all'
|
|
|
gs 'stat'
|
|
|
'You strip out of your clothes, folding them neatly and placing them in one of the open shelves.'
|