2 Commits 5e145006d8 ... d84f75cabb

Autor SHA1 Mensagem Data
  oldentree d84f75cabb [fixed] willpower seeding qwBarBilliard.qsrc, changed to 'self' which seems more appropriate here 5 anos atrás
  oldentree d5db7c76b0 [fixed] willpower seeding misha.qsrc 5 anos atrás
2 arquivos alterados com 9 adições e 4 exclusões
  1. 7 2
      locations/misha.qsrc
  2. 2 2
      locations/qwBarBilliard.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'
 			act 'You tell Misha that he need not a condom': $temp = '' & xgt 'misha','1_2nd_part'
 		end
 		end
 	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
 			*clr & cla
+			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/misha/sex/misha.exit0,0.jpg"></center>'
 			'<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."'
 			'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.'
 			'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'
 			act 'Exit to the stairwell':gt'pod_ezd','etaj_2'
 		end
 		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
 end
 end
 if $ARGS[0] = '1_2nd_part':
 if $ARGS[0] = '1_2nd_part':

+ 2 - 2
locations/qwBarBilliard.qsrc

@@ -270,12 +270,12 @@ if $ARGS[0] = 'billiard_ev1':
 							!!end
 							!!end
 							$martinpos = 'I''ll do it if you want me to'
 							$martinpos = 'I''ll do it if you want me to'
 
 
-							gs 'willpower', 'bj', 'force'
+							gs 'willpower', 'bj', 'self'
 							!!if (pcs_horny >= 80 and exhibitionist_lvl > 0) or (pcs_dom >= 30 and exhibitionist_lvl > 1):
 							!!if (pcs_horny >= 80 and exhibitionist_lvl > 0) or (pcs_dom >= 30 and exhibitionist_lvl > 1):
 							if will_cost <= pcs_willpwr:
 							if will_cost <= pcs_willpwr:
 								act '<<$martinpos>> (<<will_cost>> Willpower)':
 								act '<<$martinpos>> (<<will_cost>> Willpower)':
 									*clr & cla
 									*clr & cla
-									gs 'willpower', 'pay', 'resist'
+									gs 'willpower', 'pay', 'self'
 									'<center><img <<$set_imgh>> src="images/locations/city/industrial/bar/sex/pool/poolm1.jpg"></center>'
 									'<center><img <<$set_imgh>> src="images/locations/city/industrial/bar/sex/pool/poolm1.jpg"></center>'
 									gs 'boyStat', 'A216'
 									gs 'boyStat', 'A216'
 									npc_rel['A216'] += 1
 									npc_rel['A216'] += 1