Browse Source

[fixed] wrong variable

julzor 5 years ago
parent
commit
9c98b707a4
2 changed files with 15 additions and 15 deletions
  1. 12 12
      locations/exhibitionism.qsrc
  2. 3 3
      locations/rolanapt.qsrc

+ 12 - 12
locations/exhibitionism.qsrc

@@ -11,24 +11,24 @@ if ARGS[0] > 4: ARGS[0] = 4
 
 if ARGS[0] = 1:
 	pcs_exhib += 1
-	if exhibitionist_lvl = 1: arousal += 5
-	if exhibitionist_lvl = 2: arousal += 10
-	if exhibitionist_lvl = 3: arousal += 15
+	if exhibitionist_lvl = 1: pcs_horny += 5
+	if exhibitionist_lvl = 2: pcs_horny += 10
+	if exhibitionist_lvl = 3: pcs_horny += 15
 elseif ARGS[0] = 2:
 	pcs_exhib += 2
-	if exhibitionist_lvl = 1: arousal += 10
-	if exhibitionist_lvl = 2: arousal += 20
-	if exhibitionist_lvl = 3: arousal += 30
+	if exhibitionist_lvl = 1: pcs_horny += 10
+	if exhibitionist_lvl = 2: pcs_horny += 20
+	if exhibitionist_lvl = 3: pcs_horny += 30
 elseif ARGS[0] = 3:
 	pcs_exhib += 3
-	if exhibitionist_lvl = 1: arousal += 15
-	if exhibitionist_lvl = 2: arousal += 25
-	if exhibitionist_lvl = 3: arousal += 40
+	if exhibitionist_lvl = 1: pcs_horny += 15
+	if exhibitionist_lvl = 2: pcs_horny += 25
+	if exhibitionist_lvl = 3: pcs_horny += 40
 elseif ARGS[0] = 4:
 	pcs_exhib += 4
-	if exhibitionist_lvl = 1: arousal += 20
-	if exhibitionist_lvl = 2: arousal += 40
-	if exhibitionist_lvl = 3: arousal += 80
+	if exhibitionist_lvl = 1: pcs_horny += 20
+	if exhibitionist_lvl = 2: pcs_horny += 40
+	if exhibitionist_lvl = 3: pcs_horny += 80
 end
 
 if pcs_exhib > 100: pcs_exhib = 100

+ 3 - 3
locations/rolanapt.qsrc

@@ -1693,7 +1693,7 @@ if $ARGS[0] = 'chef':
 										act 'Continue':
 											*clr & cla
 											gs 'panties', 'remove'
-											arousal += 5
+											pcs_horny += 5
 											gs 'stat'
 											'<center><b><font color = maroon>Stroganoff</font></b></center>'
 											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/aptrolan/kitch/lesson/stroganoff/stroganoff7.jpg"></center>'
@@ -1709,7 +1709,7 @@ if $ARGS[0] = 'chef':
 												'Rolan''s eyes look like they might pop out of his head.'
 												act 'Continue':
 													*clr & cla
-													arousal += 5
+													pcs_horny += 5
 													gs 'stat'
 													'<center><b><font color = maroon>Stroganoff</font></b></center>'
 													'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/aptrolan/kitch/lesson/stroganoff/stroganoff9.jpg"></center>'
@@ -1725,7 +1725,7 @@ if $ARGS[0] = 'chef':
 														'"P-please... M-miss <<$pcs_lastname>>... i-it''s worse..."'
 														act 'Continue':
 															*clr & cla
-															arousal += 5
+															pcs_horny += 5
 															gs 'panties', 'wear'
 															gs 'stat'
 															'<center><b><font color = maroon>Stroganoff</font></b></center>'