Browse Source

[fixed] bug which lead to sister chat when she blame Sveta for not appearing in time in trio with Roma at 17h even if she was in time that day. From Sword

Kevin_Smarts 11 months ago
parent
commit
31eaee2dd1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/korrPar.qsrc

+ 2 - 2
locations/korrPar.qsrc

@@ -68,9 +68,9 @@ act '<b>Leave and go to the courtyard</b>':
 end
 
 if blockBedrPar = 0:
-	if locat['Anya'] = 11 and sisboytrioQW = 1:
+	if locat['Anya'] = 11 and sisboytrioQW = 1 and sisThank ! 1:
 		act 'Go to your room':gt 'sisterQW', 'sisboytrioQW_bedroom'
-	elseif locat['Anya'] = 11 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9):
+	elseif locat['Anya'] = 11 and sisboytrioQW ! 1 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9):
 		act 'Go to your room':gt 'sisterQW', 'sisboyQW_bedroom'
 	else
 		act 'Go to your room':gt 'bedrPar'