소스 검색

Fixed the checks to be in synch.

netuttki 2 년 전
부모
커밋
4c5a55e392
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      locations/music_bedroompractice.qsrc

+ 2 - 2
locations/music_bedroompractice.qsrc

@@ -16,14 +16,14 @@ if $ARGS[0] = 'guitar':
 		'You open the book you got from Jimmy and start to practice the chords and basic techniques on the guitar.'
 		'You open the book you got from Jimmy and start to practice the chords and basic techniques on the guitar.'
 		'It goes slowly, your fingers get in the way and they start to hurt after a short time as the strings dig into them, but you soldier on until.'
 		'It goes slowly, your fingers get in the way and they start to hurt after a short time as the strings dig into them, but you soldier on until.'
 		'The strings still either buzz, or don''t ring but by the end you start to get a feel for how to do it better. '				
 		'The strings still either buzz, or don''t ring but by the end you start to get a feel for how to do it better. '				
-	elseif ml_guitarlesson['lessoncount'] = 0 and ml_guitar['chordbook'] = 1 and instrmusic_lvl > 10 and instrmusic_lvl < 25 and $access = 'denied':
+	elseif ml_guitarlesson['lessoncount'] = 0 and ml_guitar['chordbook'] = 1 and instrmusic_lvl > 15 and $access = 'denied':
 		'You open the chordbook you got from Jimmy and start to practice, but you feel that you don''t really improve that much.'
 		'You open the chordbook you got from Jimmy and start to practice, but you feel that you don''t really improve that much.'
 		gs 'exp_gain', 'instrmusic', rand(1,2)	
 		gs 'exp_gain', 'instrmusic', rand(1,2)	
 	elseif ml_guitarlesson['lessoncount'] = 0 and ml_guitar['chordbook'] = 1 and instrmusic > 15 and $access ! 'denied':
 	elseif ml_guitarlesson['lessoncount'] = 0 and ml_guitar['chordbook'] = 1 and instrmusic > 15 and $access ! 'denied':
 		'<center><video autoplay loop src="images/pc/activities/music/onlineguitarlesson.mp4"></video></center>'
 		'<center><video autoplay loop src="images/pc/activities/music/onlineguitarlesson.mp4"></video></center>'
 		'You look at the book you got from Jimmy, then decide to turn to the internet for new lessons.'
 		'You look at the book you got from Jimmy, then decide to turn to the internet for new lessons.'
 		gs 'exp_gain', 'instrmusic', rand(1,3)	
 		gs 'exp_gain', 'instrmusic', rand(1,3)	
-	elseif ml_guitarlesson['lessoncount'] > 0 and instrmusic_lvl >= 25 and $access ! 'denied':
+	elseif ml_guitarlesson['lessoncount'] > 0 and instrmusic_lvl >= 15 and $access ! 'denied':
 		gs 'exp_gain', 'instrmusic', rand(2,3)
 		gs 'exp_gain', 'instrmusic', rand(2,3)
 		'<center><video autoplay loop src="images/pc/activities/music/onlineguitarlesson.mp4"></video></center>'
 		'<center><video autoplay loop src="images/pc/activities/music/onlineguitarlesson.mp4"></video></center>'
 		'You work through the practices from your guitarlesson then turn to the internet to learn some more new songs.'
 		'You work through the practices from your guitarlesson then turn to the internet to learn some more new songs.'