Browse Source

Removed the horny/slut requirement to seduce volleyball coach

Anya 2 years ago
parent
commit
10dc3f316d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/VoltrenerSexShower.qsrc

+ 2 - 2
locations/VoltrenerSexShower.qsrc

@@ -37,7 +37,7 @@ if $ARGS[0] = '1':
 		act 'Finish shower': gt 'gdksport', 'start'
 	end
 	gs 'willpower', 'exhib', 'self', 'easy'
- 	if (pcs_horny >= 60 or fame['pav_slut'] > 50) and will_cost <= pcs_willpwr:
+ 	if will_cost <= pcs_willpwr:
 		act 'Carry on (<<will_cost>> Willpower)':
 			gs 'willpower', 'pay', 'self'
 			npc_rel['A69'] += 2
@@ -55,7 +55,7 @@ if $ARGS[0] = '1':
 				act 'Finish shower': gt 'gdksport', 'start'
 			end
 		end
-	elseif (pcs_horny >= 60 or fame['pav_slut'] > 50) and will_cost > pcs_willpwr:
+	elseif will_cost > pcs_willpwr:
 		act 'Carry on (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end
 end