Browse Source

[fixed] unobtainable action and white screen in ParChurch also added Kirill to variable tracker

sovietmercader 5 years ago
parent
commit
e0b97e4ba3
3 changed files with 14 additions and 1 deletions
  1. 2 0
      locations/Cheatmenu_din.qsrc
  2. 11 1
      locations/ParChurch.qsrc
  3. 1 0
      locations/ParChurch2.qsrc

+ 2 - 0
locations/Cheatmenu_din.qsrc

@@ -2406,6 +2406,8 @@ $cheatmenu['vartracker'] = {
 	'Mitka''s Quest (npc_QW[''A63'']): <<npc_QW[''A63'']>>'
 	'mirabrosextime: <<mirabrosextime>>'
 	'momslut: <<momslut>>'
+	'Kirill''s Relationship (Kirill): <<Kirill>>'
+	'Kirill''s Corruption (Kirill_Crpt): <<Kirill_Crpt>>'
 	'children: <<kid>>'
 	'fetus number: <<BabyEmbryo>>'
 	'pregnancy state: <<preg>>'

+ 11 - 1
locations/ParChurch.qsrc

@@ -411,7 +411,17 @@ if $ARGS[0] = 'tease':
 		'You look the priest right in the eyes then when his attention is on you, you slowly lean forward, allowing your breasts to be exposed. To your delight, you see his eyes dart to your tits and stay there.'
 		if kirillsex ! 0:
 			'"Very nice, <<$pcs_nickname>>." Father Kirill whispers as he reaches out and caresses your firm breasts before pulling your top back into place, covering you once again. "Follow me."'
-			act 'Follow him': gt 'ParChurch2', 'Sex'
+			act 'Follow him': gt 'ParChurch2', 'sex'
+			gs 'willpower', 'sex'
+			if will_cost <= pcs_willpwr:
+				act 'Leave the church (<<will_cost>> Willpower)':
+					gs 'willpower', 'resist'
+					gs 'stat'
+					gt 'ParChurch' , 'start'
+				end
+			else
+				'<br>You don''t have enough willpower to refuse.'
+			end
 		else
 			'"Very nice, <<$pcs_nickname>>." Father Kirill whispers with a smile as he reaches out and softly caresses your breasts before pulling your top back into place, covering you up once again.' 
 			'"No temptation has overtaken you except what is common to mankind. And God is faithful; he will not let you be tempted beyond what you can bear. But when you are tempted, he will also provide a way out so that you can endure it," he murmurs as he fastens your buttons then sighs.'

+ 1 - 0
locations/ParChurch2.qsrc

@@ -888,6 +888,7 @@ end
 
 if $ARGS[0] = 'sex':
 	*clr & cla
+	kirillsex += 1
 	gs 'boyStat', 'A166'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/sex/foreplay2.jpg"></center>'