Explorar o código

Fixed the checks to be in synch.

netuttki hai 1 ano
pai
achega
4c5a55e392
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.'
 		'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. '				
-	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.'
 		gs 'exp_gain', 'instrmusic', rand(1,2)	
 	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>'
 		'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)	
-	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)
 		'<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.'