Browse Source

[fixed] Mismatched skill req with Lariska and Volleyball

Anya 2 weeks ago
parent
commit
612865f81f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/LariskaHome.qsrc

+ 3 - 3
locations/LariskaHome.qsrc

@@ -513,13 +513,13 @@ if $ARGS[0] = 'lariska_bedroom':
 			'You decided to talk to Lariska about joining the professional volleyball team.'
 			'You decided to talk to Lariska about joining the professional volleyball team.'
 			'"Lariska, you are an excellent volleyball player. Coach Mikheil Nikolayevich has a professional team, why don''t you ask to join it?" you ask your friend.'
 			'"Lariska, you are an excellent volleyball player. Coach Mikheil Nikolayevich has a professional team, why don''t you ask to join it?" you ask your friend.'
 			'"Well, I guess I''m afraid he''ll tell me I''m not good enough. I''ve seen him tell other good players they aren''t good enough to play for him."'
 			'"Well, I guess I''m afraid he''ll tell me I''m not good enough. I''ve seen him tell other good players they aren''t good enough to play for him."'
-			if pcs_vball < 60 and volleysostav < 2:
+			if pcs_vball < 50 and volleysostav < 2:
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Tell her you''ll go with her for support.':lariskaTrenerTalk = 1 & minut += 15 & gt 'Voltrener', 'start'
 				act 'Tell her you''ll go with her for support.':lariskaTrenerTalk = 1 & minut += 15 & gt 'Voltrener', 'start'
-			elseif pcs_vball >= 60 and volleysostav = 1:
+			elseif pcs_vball >= 50 and volleysostav = 1:
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Tell her you''ll go with her for support.':lariskaTrenerTalk = 2 & minut += 15 & gt 'Voltrener', 'start'
 				act 'Tell her you''ll go with her for support.':lariskaTrenerTalk = 2 & minut += 15 & gt 'Voltrener', 'start'
-			elseif pcs_vball >= 60 and volleysostav = 0:
+			elseif pcs_vball >= 50 and volleysostav = 0:
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Drop the subject':gt 'LariskaHome','lariska_bedroom'
 				act 'Tell her that you should both try to get on the team.':lariskaTrenerTalk = 3 & minut += 15 & gt 'Voltrener', 'start'
 				act 'Tell her that you should both try to get on the team.':lariskaTrenerTalk = 3 & minut += 15 & gt 'Voltrener', 'start'
 			elseif volleysostav >= 2:
 			elseif volleysostav >= 2: