Browse Source

[chaned] requirements for inviting brother in to talk to him in the shower

hornguy6 4 years ago
parent
commit
d963cc29ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/vanrPar.qsrc

+ 1 - 1
locations/vanrPar.qsrc

@@ -76,7 +76,7 @@ if $ARGS[0] = 'peek':
 		
 		act 'Let him look':gt 'brother', 'brother_voyeur_ev1'
 		
-		if pcs_inhib >= 30 and npc_rel['A34'] > 60:
+		if (pcs_inhib >= 30 and npc_rel['A34'] > 60) or npc_rel['A34'] > 90:
 			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'