Browse Source

Adjusted Pavlin pay

alecsp 5 months ago
parent
commit
4c0c5258c2
2 changed files with 17 additions and 23 deletions
  1. 1 0
      locations/gschool_lessonsev2.qsrc
  2. 16 23
      locations/pav_hotelReception.qsrc

+ 1 - 0
locations/gschool_lessonsev2.qsrc

@@ -366,6 +366,7 @@ if $ARGS[0] = 'geography':
 			else
 				'"That''s enough! You''ve had your fun," Mrs. Sokoloff angrily shouts and you quickly settle down and return to the lesson.'
 			end
+			act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		elseif scooltiperand = 13:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/geography/stasyaphone.jpg"></center>'
 			'You notice Stasya seems to be ignoring the lesson and is playing on her phone instead. When you glance over at her, she gives you a little smirk before going back to her phone.'

+ 16 - 23
locations/pav_hotelReception.qsrc

@@ -214,18 +214,18 @@ if $ARGS[0] = 'pavlbar':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
 	'You go to the bar and see <<$npc_nickname[''A217'']>> sitting in a boot in the corner of the bar.'
 	if pavprosmmf = 1:
-		'"They sure left with a big smile on their faces. Good job <<$pcs_nickname>>." He tells you as he hands you 1200 <b>₽</b>.'
+		'"They sure left with a big smile on their faces. Good job <<$pcs_nickname>>."'
 		act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 	elseif pavprosff = 1:
 		if pavproslate = 1:
 			'"You''re late." He tells you as he looks at his watch.'
 			'"I-I just needed to clean up." You stammer, trying to placate him.'
 			'He looks you over, noticing your messy hair and your lack of makeup.'
-			'"Don''t make a habit out of being late." He tells you as he hands you 900 <b>₽</b>."'
+			'"Don''t make a habit out of being late."'
 			act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 		else
 			'He looks you over, noticing your messy hair and your smeared makeup.'
-			'"You look like someone used your face to have a lot of fun." He tells you with a smirk as he hands you 900 <b>₽</b>."'
+			'"You look like someone used your face to have a lot of fun."'
 			act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 		end
 	elseif custangry = 1 and custleft = 0:
@@ -298,7 +298,6 @@ if $ARGS[0] = 'pavlbar':
 			end
 		end
 	else
-		'He hands you 750 <b>₽</b>.'
 		act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 	end
 end
@@ -361,22 +360,14 @@ if $ARGS[0] = 'pavlbarcont':
 		act 'Do the extra work':
 			*clr & cla
 			gs 'fame', 'pav', 'prostitute', 1
-			if npc_rel['A217'] >= 10:
-				gs 'boyStat', 'A217'
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_bj.jpg"></center>'
-				'"Fine" you say. You open his fly and take out his half-erect penis.'
-				'"Why don''t you use your mouth today?"'
-				'You look around to make sure nobody is watching you and then move your head towards his penis.'
-				'After a few minutes he tells you he is coming. You don''t want to make a mess here so you just keep it in your mouth and swallow all the spunk.'
-				'You sit straight again and look at <<$npc_nickname[''A217'']>>.'
-				gs 'arousal', 'bj', 5, 'prostitution'
-				gs 'cum_call', 'mouth_swallow', $boy, 1
-			else
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_hj.jpg"></center>'
-				'"Fine" you say. You open his fly and take out his half-erect penis.'
-				'After two minutes of stroking you can feel him cumming all over your hand.'
-				gs 'arousal', 'hj', 5, 'prostitution'
-			end
+			gs 'boyStat', 'A217'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_bj.jpg"></center>'
+			'"Fine" you say. You open his fly and take out his half-erect penis.'
+			'You look around to make sure nobody is watching you and then move your head towards his penis.'
+			'After a few minutes he tells you he is coming. You don''t want to make a mess here so you just keep it in your mouth and swallow all the spunk.'
+			'You sit straight again and look at <<$npc_nickname[''A217'']>>.'
+			gs 'arousal', 'bj', 5, 'prostitution'
+			gs 'cum_call', 'mouth_swallow', $boy, 1
 			'With a stupid grin on his face he reaches in his pocket and hands you an extra 250 <b>₽</b>.'
 			money += 250
 			gs 'arousal', 'end'
@@ -466,12 +457,14 @@ end
 
 if $ARGS[0] = 'getpaidpros':
 	if pavprosmmf = 1:
-		money += 1200
+		pavlinProsMoney = 1200
 	elseif pavprosff = 1:
-		money += 900
+		pavlinProsMoney = 550
 	else
-		money += 750
+		pavlinProsMoney = 450
 	end
+	money += pavlinProsMoney
+	'He hands you <<pavlinProsMoney>> <b>₽</b>.'
 end
 
 if $ARGS[0] = 'pavgenpros':