Browse Source

[fixed] triggering the last exhibitionist event and visiting the exhib shop at the same day broke the exhib trait progression

julzor 5 years ago
parent
commit
5562efbb04
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/cikl.qsrc
  2. 1 1
      locations/traits.qsrc

+ 1 - 1
locations/cikl.qsrc

@@ -204,7 +204,7 @@ if pcs_exhib > 0 or exhibitionist_lvl > 0:
 		exhibitionist_lvl = 1
 	elseif pcs_exhib < 100 or exhibitionQW < 3:
 		exhibitionist_lvl = 2
-	elseif exhibitionQW = 3:
+	elseif exhibitionQW > 2:
 		exhibitionist_lvl = 3
 	end
 end

+ 1 - 1
locations/traits.qsrc

@@ -58,7 +58,7 @@ if $ARGS[0] = 'menu':
 		'This trait grants you a moderate amount of excitement from exposing yourself.'
 		if pcs_exhib < 100:
 			'You have <<pcs_exhib>> out of 100 points towards level 3.'
-		else
+		elseif pcs_exhib >= 100 and exhibitionQW < 3:
 			'You must trigger an event in the park to gain level 3.'
 		end
 	else