Browse Source

[fixed] wrong willpower checks in IgorEv and sexm

julzor 4 years ago
parent
commit
e686687515
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/IgorEv.qsrc
  2. 1 1
      locations/sexm.qsrc

+ 1 - 1
locations/IgorEv.qsrc

@@ -174,7 +174,7 @@ if $ARGS[0] = 'Kiss':
 				'As you''re not that keen getting penetrated you suggest that you want to introduce Igor to some special kind of kinky sex that turns you on.'
 			act'Propose "special" sex instead':IgorLove += 10 & gt 'IgorEv', 'din_krossdresssex'
 			end
-		else
+		elseif will_cost > pcs_willpwr and igor_krossdresssex >= 1 and igor_kdsexday ! daystart:
 			act 'Crossdress sex (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end	
 		if strapon >= 1:

+ 1 - 1
locations/sexm.qsrc

@@ -344,7 +344,7 @@ if $ARGS[0] = 'variant':
 			gs 'stat'
 			gt 'sexm', 'strapon'
 		end
-	elseif will_cost <= pcs_willpwr and boyonce[lover_number] = 1 and haraklover[lover_number] = 0 and loverizvrat[lover_number] = 1 and strapon > 0:
+	elseif will_cost > pcs_willpwr and boyonce[lover_number] = 1 and haraklover[lover_number] = 0 and loverizvrat[lover_number] = 1 and strapon > 0:
 		act 'Fuck him with your strapon (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end
 end