Browse Source

[fixed] simplify the code for a couple conditions to remove some unnecessary redundancy

Spackled Lanturn 3 years ago
parent
commit
8a004e222d
1 changed files with 7 additions and 15 deletions
  1. 7 15
      locations/zaprFWash.qsrc

+ 7 - 15
locations/zaprFWash.qsrc

@@ -429,13 +429,8 @@ if $ARGS[0] = 'handjob':
 	
 	'After a while, the man starts pulling your head closer and closer to him. He asks you to blow him: "I''ll give you 200 <b>₽</b> if you open that mouth for me.'
 	
-	!bimbolevel >= 1 or pcs_horny >= 30:
-	if bimbolevel >= 1 or pcs_horny >= 30:
-		if pcs_inhib >= 30 or pcs_horny >= 30:act 'Open your mouth for him':gt 'zaprFWash', 'blowjob', 'Paid', 'handjob'
-		act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
-	else
-		act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
-	end
+	if (bimbolevel >= 1 and pcs_inhib >= 30) or pcs_horny >= 30:act 'Open your mouth for him':gt 'zaprFWash', 'blowjob', 'Paid', 'handjob'
+	act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
 end
 
 ! $ARGS[1] = whether you got paid for this
@@ -487,18 +482,15 @@ if $ARGS[0] = 'blowjob':
 	
 	'After a while, the man starts trying to remove your clothes. He asks you to let him fuck your pussy: "I''ll give you 400 <b>₽</b> if you let me take your pussy! C''mon!'
 	
-	!bimbolevel >= 1 or pcs_horny >= 40:
-	if bimbolevel >= 1 or pcs_horny >= 40:
+	if (bimbolevel >= 1 and pcs_inhib >= 40) or pcs_horny >= 40:
 		if pcs_vag = 0:
-			if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your ass instead (you don''t want to lose your virginity to this stranger...)':gt 'zaprFWash', 'fuckAnal', 'Paid'
+			act 'Offer your ass instead (you don''t want to lose your virginity to this stranger...)':gt 'zaprFWash', 'fuckAnal', 'Paid'
 		else
-			if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your pussy':gt 'zaprFWash', 'fuckPussy', 'Paid'
-			if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your ass':gt 'zaprFWash', 'fuckAnal', 'Paid'
+			act 'Offer your pussy':gt 'zaprFWash', 'fuckPussy', 'Paid'
+			act 'Offer your ass':gt 'zaprFWash', 'fuckAnal', 'Paid'
 		end
-		act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
-	else
-		act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
 	end
+	act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
 end
 
 ! $ARGS[1] = whether you got paid for this