Browse Source

[Fixed] G&M doesn't sell sportswear /facepalm

Alaratt 2 years ago
parent
commit
4caa28891a
1 changed files with 2 additions and 8 deletions
  1. 2 8
      locations/gschool_socialchg1.qsrc

+ 2 - 8
locations/gschool_socialchg1.qsrc

@@ -891,17 +891,13 @@ if $ARGS[0] = 'lariska_gm_1':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
 	if LariskaQW['story'] = 4:
-		'She sees you coming in the store behind her, smiles, and says "Hey, <<$pcs_nickname>>. Want to do some shopping with me?"'
-		'"What are you shopping for?"'
-		'"New exercise clothes. Mine are getting a bit frayed."'
+		'She sees you coming in the store behind her, smiles, and says "Hey, <<$pcs_nickname>>. Here to do some shopping?"'
 		act 'Leave the store': gt 'pav_industrial'
 		act 'Stay and shop alone': gt 'budgetclothes', 'start'
 		act 'Offer to try on clothes with Lariska': gt 'gschool_socialchg1', 'lariska_gm_2'
 	else
 		if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
-			'She sees you coming in the store behind her, smiles, and says "Hey, <<$pcs_nickname>>. Want to do some shopping with me?"'
-			'"What are you shopping for?"'
-			'"New exercise clothes. Mine are getting a bit frayed."'
+			'She sees you coming in the store behind her, smiles, and says "Hey, <<$pcs_nickname>>. Here to do some shopping?"'
 			act 'Leave the store': gt 'pav_industrial'
 			act 'Stay and shop alone': gt 'budgetclothes', 'start'
 			act 'Offer to try on clothes with Lariska': gt 'gschool_socialchg1', 'lariska_gm_2'
@@ -919,8 +915,6 @@ if $ARGS[0] = 'lariska_gm_1':
 			act 'Stay and shop alone': gt 'budgetclothes', 'start'
 		else
 			'She sees you coming in the store behind her, nods, and says "Hey, <<$pcs_nickname>>. Doing some shopping?"'
-			'"Yeah, though just mostly looking around. What are you shopping here for?"'
-			'"New exercise clothes. Mine are getting a bit frayed."'
 			act 'Leave the store': gt 'pav_industrial'
 			act 'Stay and shop alone': gt 'budgetclothes', 'start'
 			act 'Offer to try on clothes with Lariska': gt 'gschool_socialchg1', 'lariska_gm_2'