Bladeren bron

[fixed] Wrong variable used

KevinSmarts 4 jaren geleden
bovenliggende
commit
7d8ec42106
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      locations/danceclass.qsrc

+ 5 - 5
locations/danceclass.qsrc

@@ -22,8 +22,8 @@ act 'Modern dance class (0:30)':
 	if pcs_inhib < 40:inhib_exp += rand(1,2)
 	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
 
-	if danc_lvl < 100:'You study modern dance, which is very popular in the clubs.'
-	if danc_lvl >= 100:'The day has finally come, you''ve been working hard, and you realize that you''ve learned everything you can from this class.'
+	if pcs_danc < 100:'You study modern dance, which is very popular in the clubs.'
+	if pcs_danc >= 100:'The day has finally come, you''ve been working hard, and you realize that you''ve learned everything you can from this class.'
 
 	act 'Leave':gt 'fit', 'dressing room'
 end
@@ -35,7 +35,7 @@ act 'Burlesque class (0:30)':
 	if pcs_inhib < 60:inhib_exp += rand(1,2)
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/stripdance.jpg"></center>'
 
-	if danc_lvl >= 50:
+	if pcs_danc >= 50:
 		gs 'exercise', 'tier2', 0, 'dancero_exp'
 		'You study the art of burlesque, imaging yourself stripping to the music.'
 
@@ -56,11 +56,11 @@ if pcs_stren >=40 or needstrength = 0:
 		if pcs_inhib < 60:inhib_exp += rand(1,2)
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/dance/poledance.jpg"></center>'
 
-		if dancero_lvl >= 50 and pcs_stren >= 40:
+		if pcs_dancero >= 50 and pcs_stren >= 40:
 			gs 'exercise', 'tier2', 0, 'dancpol_exp'
 			'You study various acrobatics on the pole.'
 
-			if dancpol_lvl >= 100:'You''ve already mastered the art of pole dancing, there is nothing more left to teach you.'
+			if pcs_dancpol >= 100:'You''ve already mastered the art of pole dancing, there is nothing more left to teach you.'
 		else
 			'It doesn''t look sensual enough and you bang your head pretty hard on the pole. This is far harder than it looks. It would help if you improved your modern dancing skills or the burlesque one, but you did learn a little.'