소스 검색

[fixed] need at least 1 action without willpower to avoid player getting stuck

sovietmercader 5 년 전
부모
커밋
13979a6aef
1개의 변경된 파일20개의 추가작업 그리고 27개의 파일을 삭제
  1. 20 27
      locations/garfather.qsrc

+ 20 - 27
locations/garfather.qsrc

@@ -233,35 +233,28 @@ act 'Help':
 						end
 					end
 					if pcs_horny >= 30 or TouchedByFather = 1:
-						gs 'willpower', 'exhib', 'self', 'easy'
-						if will_cost <= pcs_willpwr:
-							act 'Fondle your breasts as you talk (<<will_cost>> Willpower)':
-								cls
-								gs 'willpower', 'exhib', 'self', 'easy'
-								gs 'willpower', 'pay', 'self'
-								gs 'arousal', 'flashlite', 5
-								gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
-								gs 'arousal', 'end'
-								minut -= 5
+						act 'Fondle your breasts as you talk':
+							cls
+							gs 'arousal', 'flashlite', 5
+							gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
+							gs 'arousal', 'end'
+							minut -= 5
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
+							'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing your stepfather with an amazing view of your <<$titsize>> breasts.'
+
+							if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
+							if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
+							if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
+							if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
+							if fatherLust>=2:
+								pcs_horny -= rand(1,5)
 								gs 'stat'
-								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
-								'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing your stepfather with an amazing view of your <<$titsize>> breasts.'
-
-								if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
-								if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
-								if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
-								if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
-								if fatherLust>=2:
-									pcs_horny -= rand(1,5)
-									gs 'stat'
-									'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
-								elseif fatherLust=1:
-									'Even though he did not expect this from you, you can tell by the spark in his eyes and his heavier breathing that he definitely likes what he sees.'
-								end
-								act 'Move away':gt $loc, $metka
+								'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
+							elseif fatherLust=1:
+								'Even though he did not expect this from you, you can tell by the spark in his eyes and his heavier breathing that he definitely likes what he sees.'
 							end
-						else
-							act 'Fondle your breasts as you talk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							act 'Move away':gt $loc, $metka
 						end
 					else
 						gs 'dinfather', 'garhelpchat'