1
0
Эх сурвалжийг харах

[Fixed] Bug fixes for bus platform and shared apt

Awesome 5 сар өмнө
parent
commit
95193e3b5b

+ 1 - 1
locations/bus.qsrc

@@ -80,7 +80,7 @@ elseif $ARGS[0] = 'community_busses':
 	act 'Look at the bus schedule':
 		*clr & cla
 		gs 'transport_functions', 'display_bus_schedule', 'pg'
-		act 'Stop looking at the schedule': gt 'bus', 'community_busses.'
+		act 'Stop looking at the schedule': gt 'bus', 'community_busses'
 	end
 
 	act 'Take a bus to the Pavlovsk train station (<<func(''transport_functions'', ''display_bus_timecost'', ''community'', ''pavstation'')>>)':	gt 'bus', 'community_pavstation'

+ 3 - 3
locations/pav_shared_nestor.qsrc

@@ -379,9 +379,9 @@ if $ARGS[0] = 'Nestor_handjob_slow':
 	gs 'pav_shared_nestor', 'Nestor_handjob_header'
 	!slow strokes
 	if Nestor['mood'] = 0:
-		orgB += rand(0, 20)
+		orgB += rand(1, 20)
 	else
-		orgB += rand(0, 20) /Nestor['mood']
+		orgB += rand(1, 30) /Nestor['mood']
 	end
 	'<center><video autoplay loop src="images/shared/sex/handjob/handjob2.mp4"></video></center>'
 	''
@@ -567,7 +567,7 @@ if $ARGS[0] = 'Nestor_Suck':
 		'You decide that the best approach is to arouse him first.'
 		'Kneeling between his legs, you show him the whole length of your tongue, looking as lusty as you can.'
 		'Slowly you move your head down in his crotch and bellow his phallus. The moment you start using your tongue on his device, you can feel the increased pulsation in his veins, making the cock larger and thicker every second.'
-		orgB += rand(0, 5)
+		orgB += rand(1, 5)
 		cockHard = 1
 		gs 'arousal', 'bj', 3
 		gs 'stat'

+ 2 - 2
locations/pav_shared_oleg.qsrc

@@ -420,7 +420,7 @@ if $ARGS[0] = 'Oleg_SuckBellowTable':
 	
 	!kissing tip
 	elseif shared_apt['step'] = 1:
-		orgB += rand(0, 10) / Oleg_mood
+		orgB += rand(1, 20) / Oleg_mood
 		'<center><video autoplay loop src="images/locations/pavlovsk/resident/sharedapt/sex/bjtablekisstip.mp4"></video></center>'
 		'You take <<$npc_firstname[$boy]>> cock in your hand, pointing the tip in front of your mouth.'
 		'As it was your favourity puppy, you start to gently Lick the tip all around, slowly making the cock to get harder and harder, finally reaching his full <<npc_dick[$boy]>> cm length.'
@@ -641,7 +641,7 @@ if $ARGS[0] = 'Oleg_Suck':
 		'You decide that the best approach is to arouse him first.'
 		'Kneeling between his legs, you show him the whole length of your tongue, looking as lusty as you can.'
 		'Slowly you move your head down in his crotch and bellow his phallus. The moment you start using your tongue on his device, you can feel the increased pulsation in his veins, making his cock larger and thicker every second.'
-		orgB += rand(0, 5)
+		orgB += rand(1, 5)
 		cockHard = 1
 		gs 'arousal', 'bj', 3
 		gs 'stat'

+ 3 - 2
locations/pav_shared_yakov.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'Yakov_Chat':
 				end
 				!panties off, anal plug
 				if $pantyworntype = 'none' and analplugIN = 1:
-					'As you accidentaly turn around, he gazes between your asscheeks on the plug stuck in your ass.'
+					'As you accidentally turn around, he gazes between your asscheeks on the plug stuck in your ass.'
 					'<font color=#<<$Yakov[''font'']>>>"<<$pcs_firstname>>, is that a buttplug??"</font> (his eyes spark with weird shine).'
 					if rand(0, 100) < 30:
 						'<font color=#<<$pcs_font>>>"Yes <<$npc_firstname[$boy]>>, it is. Do you like it? Will you help me with it? It seems stuck."</font>'
@@ -100,6 +100,7 @@ if $ARGS[0] = 'Yakov_Chat':
 			! age reactions
 			if age < 18:
 				'<font color=#<<$Yakov[''font'']>>>"<<$pcs_firstname>>, you said you are <<age>> years old. Are you doing some sports? You should."</font>'
+				act 'Continue': shared_apt['step'] = 0 & gt 'pav_shared_yakov', 'Yakov_Chat'
 			end
 		end
 
@@ -383,7 +384,7 @@ if $ARGS[0] = 'Yakov_Suck':
 		'You decide that the best approach is to arouse him first.'
 		'Kneeling between his legs, you show him the whole length of your tongue, looking as lusty as you can.'
 		'Slowly you move your head down in his crotch and bellow his phallus. The moment you start using your tongue on his device, you can feel the increased pulsation in his veins, making the cock larger and thicker every second.'
-		orgB += rand(0, 5)
+		orgB += rand(1, 5)
 		cockHard = 1
 		gs 'arousal', 'bj', 3
 		gs 'stat'