Parcourir la source

[fixed] willpower seeding qwBarBilliard.qsrc, changed to 'self' which seems more appropriate here

oldentree il y a 5 ans
Parent
commit
d84f75cabb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      locations/qwBarBilliard.qsrc

+ 2 - 2
locations/qwBarBilliard.qsrc

@@ -270,12 +270,12 @@ if $ARGS[0] = 'billiard_ev1':
 							!!end
 							$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 will_cost <= pcs_willpwr:
 								act '<<$martinpos>> (<<will_cost>> Willpower)':
 									*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>'
 									gs 'boyStat', 'A216'
 									npc_rel['A216'] += 1