Ver Fonte

Correct progress of the Inhibition

rachels há 3 anos atrás
pai
commit
7360379b12

+ 3 - 3
locations/bicycle.qsrc

@@ -46,7 +46,7 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 				if $clothingworntype = 'nude':
 					pcs_horny += 15
 					pcs_mood += 15
-					if pcs_inhib < 50: pcs_inhib += rand(0,2)
+					if pcs_inhib < 50: inhib_exp += rand(0,2)
 					gs 'exhibitionism', 3
 					gs 'stat'
 					
@@ -59,7 +59,7 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 						if $pantyworntype ! 'none':
 							pcs_horny += 5
 							pcs_mood += 5
-							if pcs_inhib < 20: pcs_inhib += rand(0,2)
+							if pcs_inhib < 20: inhib_exp += rand(0,2)
 							gs 'exhibitionism', 1
 							gs'stat'
 							
@@ -69,7 +69,7 @@ if ($ARGS[0] = 'gadsarai' and BikeLoc = 1) or ($ARGS[0] = 'gadforest' and BikeLo
 						else
 							pcs_horny += 10
 							pcs_mood += 10
-							if pcs_inhib < 30: pcs_inhib += rand(0,2)
+							if pcs_inhib < 30: inhib_exp += rand(0,2)
 							gs 'exhibitionism', 2
 							gs'stat'
 							

+ 2 - 2
locations/etoexhib.qsrc

@@ -542,7 +542,7 @@ if $ARGS[0] = 'pos16':
 			*clr
 			cumspclnt = 4
 			gs 'cum_cleanup'
-			pcs_inhib += rand(1,2)
+			inhib_exp += rand(1,2)
 			minut += 60
 			gs 'exercise', 'tier1', 1, 'stren_exp'
 			pcs_sweat = 10 + rand(0,4)
@@ -561,7 +561,7 @@ if $ARGS[0] = 'pos16':
 			*clr
 			cumspclnt = 4
 			gs 'cum_cleanup'
-			pcs_inhib += 3
+			inhib_exp += 3
 			minut += 60
 			gs 'exercise', 'tier1', 1, 'stren_exp'
 			pcs_sweat = 10 + rand(0,4)

+ 1 - 1
locations/nastja.qsrc

@@ -400,7 +400,7 @@ if $ARGS[0] = 'pos17':
 	*clr
 	minut += 60
 	pcs_mood += 50
-	if PCloInhibit + 10 > pcs_inhib: pcs_inhib += 1
+	if PCloInhibit + 10 > pcs_inhib: inhib_exp += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/anastasia/2bimbos.jpg"></center>'
 	'You have a great time on the beach: You swim and play around in the water, you sunbathe, reading, chatting or snoozing as you do, drink milkshakes that Nastya brought along from home and take a couple of photos with the lake in the background. It is a thoroughly enjoyable, exhausting time and you are starting to wonder if you shouldn''t go home soon when Nastya speaks up.'

+ 1 - 1
locations/pav_aptcourtev.qsrc

@@ -1441,7 +1441,7 @@ if $ARGS[0] = 'homenaked':
 	menu_off = 1
 	$loc = 'pav_aptcourtev'
 	$location_type = 'public_indoors'
-	pcs_inhib += 4
+	inhib_exp += 4
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/events/nakedcourt.jpg"></center>'
 	'With purse in hand you look around in hope just maybe your clothes are nearby but quickly you realize they are not and their is nothing you can see to cover up with. Covering yourself up with your hands as best you can, you make your way to your building. Hoping not to run into anyone, you stick to the shadows and out of the way to hide your naked body as best you can.'