Browse Source

[fixed] made a mistake during seeding

Sicaa 5 years ago
parent
commit
46e72a77a6
1 changed files with 14 additions and 10 deletions
  1. 14 10
      locations/vanrPar.qsrc

+ 14 - 10
locations/vanrPar.qsrc

@@ -78,18 +78,22 @@ if $ARGS[0] = 'peek':
 		
 		act 'Let him look':gt 'brother', 'brother_voyeur_ev1'
 		
-		gs 'willpower', 'exhib', 'self', 'easy'
-		if will_cost <= pcs_willpwr:
-			act 'Invite him in for a chat (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'self', 'easy' & gs 'willpower', 'pay', 'self' & gt 'brother_voyeur','showertalk1'
-		else
-			act 'Invite him in for a chat (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		if pcs_inhib >= 30 and npc_rel['A34'] > 60:
+			gs 'willpower', 'exhib', 'self', 'easy'
+			if will_cost <= pcs_willpwr:
+				act 'Invite him in for a chat (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'self', 'easy' & gs 'willpower', 'pay', 'self' & gt 'brother_voyeur','showertalk1'
+			else
+				act 'Invite him in for a chat (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
 		end
 		
-		gs 'willpower', 'exhib', 'self'
-		if will_cost <= pcs_willpwr:
-			act 'Invite him into the shower with you (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'self' & gs 'willpower', 'pay', 'self' & gt 'brother_voyeur','brother_shower_together'
-		else
-			act 'Invite him into the shower with you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		if brother_shower_times > 0:
+			gs 'willpower', 'exhib', 'self'
+			if will_cost <= pcs_willpwr:
+				act 'Invite him into the shower with you (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'self' & gs 'willpower', 'pay', 'self' & gt 'brother_voyeur','brother_shower_together'
+			else
+				act 'Invite him into the shower with you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
 		end
 
 		if brothershowertalk > 0: act 'Tell him you''re too busy to talk': gt 'brother_voyeur','showertalkbusy'