Browse Source

[fixed] missing gs 'stat'

julzor 5 years ago
parent
commit
facc168784
1 changed files with 10 additions and 5 deletions
  1. 10 5
      locations/ParChurch2.qsrc

+ 10 - 5
locations/ParChurch2.qsrc

@@ -221,6 +221,7 @@ if $ARGS[0] = 'confession':
 				if will_cost <= pcs_willpwr:
 					act 'Refuse to give the father a hand job (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
+						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 						'You shake your head. "I don''t think that is a good idea father, perhaps just a prayer of absolution instead."'
 						'He hesitates only a moment. "Yes of our course my child."'
@@ -232,7 +233,7 @@ if $ARGS[0] = 'confession':
 						end
 					end
 				else
-					'You don''t have enough willpower to refuse.'
+					'<br>You don''t have enough willpower to refuse.'
 				end
 			end
 			act 'Finish':
@@ -283,6 +284,7 @@ if $ARGS[0] = 'confession':
 				if will_cost <= pcs_willpwr:
 					act 'Refuse to give the father a blow job (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
+						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 						'You shake your head. "I don''t think that is a good idea father, perhaps just a prayer of absolution instead."'
 						'He hesitates only a moment. "Yes of our course my child."'
@@ -294,7 +296,7 @@ if $ARGS[0] = 'confession':
 						end
 					end
 				else
-					'You don''t have enough willpower to refuse.'
+					'<br>You don''t have enough willpower to refuse.'
 				end
 			end
 			act 'Finish':
@@ -345,6 +347,7 @@ if $ARGS[0] = 'confession':
 				if will_cost <= pcs_willpwr:
 					act 'Refuse to let the father fuck your ass (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
+						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 						'You shake your head. "I don''t think that is a good idea father, perhaps just a prayer of absolution instead."'
 						'He hesitates only a moment. "Yes of our course my child."'
@@ -356,7 +359,7 @@ if $ARGS[0] = 'confession':
 						end
 					end
 				else
-					'You don''t have enough willpower to refuse.'
+					'<br>You don''t have enough willpower to refuse.'
 				end
 			end
 			act 'Finish':
@@ -407,6 +410,7 @@ if $ARGS[0] = 'confession':
 				if will_cost <= pcs_willpwr:
 					act 'Refuse to let the father fuck you (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
+						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 						'You shake your head. "I don''t think that is a good idea father, perhaps just a prayer of absolution instead."'
 						'He hesitates only a moment. "Yes of our course my child."'
@@ -418,7 +422,7 @@ if $ARGS[0] = 'confession':
 						end
 					end
 				else
-					'You don''t have enough willpower to refuse.'
+					'<br>You don''t have enough willpower to refuse.'
 				end
 			end
 			act 'Finish':
@@ -509,6 +513,7 @@ if $ARGS[0] = 'confession':
 				if will_cost <= pcs_willpwr:
 					act 'Refuse to masturbate in front of the father (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
+						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 						'You shake your head. "I don''t think that is a good idea father, perhaps just a prayer of absolution instead."'
 						'He hesitates only a moment. "Yes of our course my child."'
@@ -520,7 +525,7 @@ if $ARGS[0] = 'confession':
 						end
 					end
 				else
-					'You don''t have enough willpower to refuse.'
+					'<br>You don''t have enough willpower to refuse.'
 				end
 			end
 			act 'Finish':