|
@@ -123,7 +123,7 @@ end
|
|
|
if $ARGS[0] = 'clothes_start1':
|
|
|
katjaQW['shopping_day'] = daystart
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like'
|
|
|
- !! This is just temporary so that only Pussy-Cats can be choosen until the others are added.
|
|
|
+ !! This is just temporary so that only Pussy-Cats can be chosen until the others are added.
|
|
|
if rand(1,5) = 0:
|
|
|
$store_choice = 'Fashionista'
|
|
|
elseif rand(1,4) = 0:
|
|
@@ -133,7 +133,7 @@ if $ARGS[0] = 'clothes_start1':
|
|
|
end
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
'You suggest that you should try on some clothes while you''re here and Katja almost jumps with joy. "Yes, let''s! It will be so much fun!"'
|
|
|
- if rand(0,1):
|
|
|
+ if rand(0,1) =1:
|
|
|
'"Let''s go to <<$store_choice>>," Katja says.'
|
|
|
act 'Go to <<$store_choice>>': gt 'katja_city', $store_choice
|
|
|
else
|
|
@@ -197,7 +197,7 @@ if $ARGS[0] = 'Pussy-Cats':
|
|
|
loop_counter += 1
|
|
|
if loop_counter = 600:
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
- 'You try to put on what Katja brought you, but it''s ' + iif(pcs_mass['body'] < 45, 'way too loose and will fall off', 'so tight you can''t get into it') + ' so you give up. "I''m sorry, <<$pcs_nickname>>. I''ve miscalculated your size. Let me get something else," Katja says.'
|
|
|
+ 'You try to put on what Katja brought you, but it''s ' + iif(pcs_bmi < 25, 'way too loose and will fall off', 'so tight you can''t get into it') + ' so you give up. "I''m sorry, <<$pcs_nickname>>. I''ve miscalculated your size. Let me get something else," Katja says.'
|
|
|
'You stop her before she runs out. "Hey don''t be sorry, it''s not your fault. Try what I picked out first."'
|
|
|
act 'Katja tries the clothes you picked': gt 'katja_city', 'pussy_cat_outfit<<rand(0,3)>>'
|
|
|
else
|