Browse Source

[fixed] willpower seeding misha.qsrc

oldentree 5 years ago
parent
commit
d5db7c76b0
1 changed files with 7 additions and 2 deletions
  1. 7 2
      locations/misha.qsrc

+ 7 - 2
locations/misha.qsrc

@@ -28,15 +28,20 @@ if $ARGS[0] = '1':
 			act 'You tell Misha that he need not a condom': $temp = '' & xgt 'misha','1_2nd_part'
 		end
 	end
-	if pcs_dom=>20 or pcs_horny < 30:
-		act 'Refuse to service him':
+
+	gs 'willpower', 'bj', 'resist'
+	if will_cost <= pcs_willpwr:
+		act 'Refuse to service him (<<will_cost>> Willpower)':
 			*clr & cla
+			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/misha/sex/misha.exit0,0.jpg"></center>'
 			'You have no intentions of ''servicing him'', and stand up. Although he has always been nice to you, you know from the stories your mother told that uncle Misha is used to getting his way, and that he can get rather violent when he doesn''t. You try to placate him: "I''m sorry uncle, I didn''t mean to lead you on. I merely wanted to see if you were up for a chat."'
 			'Fortunately, he''s not upset with you at all. The smug grin on uncle Misha never leaves his face, his cock still hanging out of his pants. "No problem <<$pcs_nickname>>, I recognized that look in your eyes when I pulled my dick out. You''ll be back. They all come back." You try to ignore his laughter as you pull the door shut behind you.'
 			act 'Exit to the stairwell':gt'pod_ezd','etaj_2'
 		end
+	else
+		act 'Refuse to service him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end
 end
 if $ARGS[0] = '1_2nd_part':