Pārlūkot izejas kodu

[fixed] Inhib addition was setup incorrectly and caused errors

Kevin_Smarts 2 gadi atpakaļ
vecāks
revīzija
fabe77758a
1 mainītis faili ar 10 papildinājumiem un 10 dzēšanām
  1. 10 10
      locations/pav_disco_jocks.qsrc

+ 10 - 10
locations/pav_disco_jocks.qsrc

@@ -671,7 +671,7 @@ if $ARGS[0] = 'christina_dance':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance9.jpg"></center>'
 			'The two of you start dancing, separately at first, before she starts sliding closer to you. Getting behind you, she wraps an arm around your waist and begins grinding her crotch up against your ass. Your skirt slides up enough to show your bare pussy and you desperately hope no one is paying enough attention to notice.'
 			$orgasm_or = 'no'
-			gs 'inhibition', 1
+			inhib_exp += 1
 			gs 'arousal', 'erotic', 15
 			gs 'stat'
 			act 'Do something else':
@@ -680,7 +680,7 @@ if $ARGS[0] = 'christina_dance':
 			end
 			act 'Keep dancing':
 				*clr & cla
-				gs 'inhibition', 2
+				inhib_exp += 2
 				gs 'arousal', 'erotic', 15
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance9.jpg"></center>'
@@ -715,12 +715,12 @@ if $ARGS[0] = 'christina_dance':
 		minut += 15
 		gs 'stat'
 		if $pantyworntype = 'none' and PCloSkirt > 2:
-			gs 'inhibition', 1
+			inhib_exp += 1
 			'You start dancing with Christina and you both have a good time, twisting in sync with the music and each other. Knowing that anybody watching will catch glimpses of your bare ass peeking out of your skirt fills you with excitement.'
 			act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 			act 'Keep dancing':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
-				gs 'inhibition', 1
+				inhib_exp += 1
 				minut += 15
 				gs 'stat'
 				'The two of you bounce in tune with the music, having a great time. The breeze coming up your skirt keeps you smiling, and wondering if anybody is getting a good look at your bare pussy.'
@@ -829,7 +829,7 @@ end
 
 if $ARGS[0] = 'lariska_dance':
 	*clr & cla
-	if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+	if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 	minut += 15
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
@@ -837,7 +837,7 @@ if $ARGS[0] = 'lariska_dance':
 	act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 	act 'Keep dancing':
 		*clr & cla
-		if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+		if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
@@ -845,7 +845,7 @@ if $ARGS[0] = 'lariska_dance':
 		act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 		act 'Keep dancing':
 			*clr & cla
-			if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+			if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 			minut += 15
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
@@ -963,7 +963,7 @@ end
 
 if $ARGS[0] = 'lina_dance':
 	*clr & cla
-	if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+	if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 	minut += 15
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
@@ -971,7 +971,7 @@ if $ARGS[0] = 'lina_dance':
 	act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 	act 'Keep dancing':
 		*clr & cla
-		if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+		if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'
@@ -979,7 +979,7 @@ if $ARGS[0] = 'lina_dance':
 		act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 		act 'Keep dancing':
 			*clr & cla
-			if $pantyworntype = 'none' and PCloSkirt > 2: gs 'inhibition', 1
+			if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
 			minut += 15
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance.jpg"></center>'