|
@@ -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 ---------------------------------
|