Browse Source

[fixed] varible checked twice spotted by Lurk

Kevin_Smarts 10 months ago
parent
commit
8bb1c560e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/korrPar.qsrc

+ 1 - 1
locations/korrPar.qsrc

@@ -145,7 +145,7 @@ end
 
 !! Natasha Belova quest checks
 !!gs 'natbel_init', 'quests'
-if NatbelQW['QWstage'] >= 4 and week < 6 and (hour = 6 or hour = 7) and kanikuli = 0 and SchoolAtestat = 0 and SchoolBlock = 0 and (PCloStyle2 = 4 or Enable_sforma = 1) and SchoolAtestat = 0:
+if NatbelQW['QWstage'] >= 4 and week < 6 and (hour = 6 or hour = 7) and kanikuli = 0 and SchoolAtestat = 0 and SchoolBlock = 0 and (PCloStyle2 = 4 or Enable_sforma = 1):
     *nl
     'You could go to Natasha''s apartment and get her to carry your books to school.'
     act 'Go to Natasha''s apartment': gt 'natbel_cp_1', 'carrybooks'