Jelajahi Sumber

Panties no longer going missing at nudist beach and chack at pool to prevent leaving when nude.

KevinSmarts 8 tahun lalu
induk
melakukan
15b7a31f4b
3 mengubah file dengan 18 tambahan dan 4 penghapusan
  1. 6 2
      locations/Katlake
  2. 7 1
      locations/Nudelake
  3. 5 1
      locations/bass

+ 6 - 2
locations/Katlake

@@ -21,7 +21,7 @@ if $ARGS[0] = 'znakomstvo':
 		katday = daystart
 		'"Hello" you say, a bit shyly.'
 		'The girl looks at you scornfully and says nothing'
-		'You think to yourself, "That went well, can''t blame her though I do look a bit rough."'
+		'You think to yourself, "That went well, can''t blame her though, I do look a bit rough."'
 
 		act 'Leave.':gt 'Nudelake'
 	else
@@ -119,7 +119,11 @@ if $ARGS[0] = 'key':
 	'"No! You might look a bit better, but I''ve had to watch over you like a chicken with an egg, three times I ran to the sea and soaked the towel, I dragged you to the shade, and you still look ill. I''m not giving you a choice here, I''m your nurse and I know better."'
 	'After this tirade you agree, after all your health is important.'
 
-	act 'Go with Kat.':if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn' & gt 'kathouse0'
+	act 'Go with Kat.':
+		if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn'
+		if remtanga = 1: tanga = 1 & remtanga = 0
+		gt 'kathouse0'
+	end
 end
 
 --- Katlake ---------------------------------

+ 7 - 1
locations/Nudelake

@@ -5,6 +5,7 @@
 
 if $clothingworntype ! 'swimwear' and $clothingworntype ! 'nude':
 	minut += 5
+	if tanga = 1: remtanga = 1
 	tanga = 0
 	gs 'clothing', 'strip'
 	'You strip naked, enjoying the warm breeze on your bare skin.'
@@ -12,6 +13,7 @@ elseif $clothingworntype = 'swimwear':
 	act'Strip naked':
 		cls
 		minut += 5
+		if tanga = 1: remtanga = 1
 		tanga = 0
 		gs 'clothing', 'strip'
 		xgt 'Nudelake'
@@ -28,7 +30,11 @@ else
 	'The nudist beach is closed.'
 end
 
-act 'Return to the main beach':if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn' & gt 'lake', 'start'
+act 'Return to the main beach':
+	if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn'
+	if remtanga = 1: tanga = 1 & remtanga = 0
+	gt 'lake', 'start'
+end
 
 if katday ! daystart and kat >= 1:
 	'You see Kat on the beach.'

+ 5 - 1
locations/bass

@@ -33,7 +33,11 @@ if $ARGS[0] = 'start':
 		if $clothingworntype = 'swimwear':
 			cla
 			'You need to get dressed in regular clothing first.'
-			act'Return':gt'bass', 'start'
+			act'Return':gt 'bass', 'start'
+		else if $clothingworntype = 'nude':
+			cla
+			'You need to get dressed before leaving.'
+			act'Return':gt 'bass', 'start'
 		else
 			minut += 5
 			gt 'down'