|
@@ -124,7 +124,7 @@ if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
|
|
|
end
|
|
|
|
|
|
'You walk along the beach, enjoying the feeling of the sun on your body.'
|
|
|
- act 'Continue':gt'glake'
|
|
|
+ act 'Continue':gt'gLakeNude'
|
|
|
end
|
|
|
if $clothingworntype ! 'nude':
|
|
|
act'Take off your clothes':
|
|
@@ -231,7 +231,16 @@ if $ARGS[0] = 'sauna':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/sauna.jpg"></center>'
|
|
|
'You walk up the small trail from the beach to the sauna, it is newly built. They say it was built for the tourist, but if that is true, you wonder why they put it on the secluded beach and even then a little ways back from the beach. Surely no tourist would ever find it, either way you and many others are glad they built it. It is well built and nice inside and out, there is three areas to the sauna. The mens section, womens section, and a co-ed section, to use the sauna you need a bikini or some people use it naked.'
|
|
|
|
|
|
- act 'Go back to the beach': gt 'gLakeNude'
|
|
|
+ act 'Go back to the beach':
|
|
|
+ if pcs_inhib > 30
|
|
|
+ gt 'gLakeNude'
|
|
|
+ else
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/sauna.jpg"></center>'
|
|
|
+ 'Even though no one is around, you don''t feel confident enough to walk around with your clothes off. You put your clothes back on before leaving '
|
|
|
+ act 'Continue': gt 'gLakeNude', 'sauna'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
if ARRSIZE('swimwear') > 0: act 'Use changing room':gt 'changingroom', 'view_swim_list'
|
|
|
|
|
@@ -247,7 +256,7 @@ if $ARGS[0] = 'sauna':
|
|
|
act 'Continue': gt 'gLakeNude', 'sauna'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if $clothingworntype = 'nude' or $clothingworntype = 'swimwear':
|
|
|
act 'Go to the womens section':
|
|
|
*clr & cla
|