Browse Source

Merge remote-tracking branch 'bgkjdgbizgblzdgbr/master'

Kevin_Smarts 2 years ago
parent
commit
ad273b9033
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/pav_disco_coolkids.qsrc

+ 3 - 3
locations/pav_disco_coolkids.qsrc

@@ -1623,11 +1623,11 @@ if $ARGS[0] = 'natasha':
 			if grupTipe = 5
 				'When you get near her, she gets a panicked look and then suddenly gets up and walks off.'
 				act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
-			elseif npc_rel['A16'] >= 50 and fame['pav_slut'] < 250:
+			elseif npc_rel['A16'] >= 50 and fame['pav_slut'] < 200:
 				'When Natasha sees you, she smiles warmly, waving you over. "Come dance with me."'
 				act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 				act 'Dance with her': gt 'pav_disco_coolkids', 'natasha_dance'
-			elseif npc_rel['A16'] <= 20 or fame['pav_slut'] >= 250:
+			elseif npc_rel['A16'] <= 20 or fame['pav_slut'] >= 200:
 				if grupTipe = 3:
 					'Natasha isn''t really interested in dancing with you, but you persist in trying to dance with her. "Hey, I''ve gotta go… do this thing. I guess I''ll see you later?" she says halfheartedly.'
 				else
@@ -1698,7 +1698,7 @@ if $ARGS[0] = 'natasha_dance':
 	'You and Natasha move out onto the dance floor and start dancing together. She seems to be really enjoying herself, laughing and dancing with lots of energy and doesn''t seem to care what anyone thinks. She just wants to have fun.'
 	act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 	if hour >= 20:
-		act 'Keep dancing': gt 'pav_disco_coolkids', 'sonia_dance'
+		act 'Keep dancing': gt 'pav_disco_coolkids', 'natasha_dance'
 	end
 end