Przeglądaj źródła

[fixed] Dimka event block not checked before receiving letters

KevinSmarts 4 lat temu
rodzic
commit
de745f988a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      locations/korrPar.qsrc

+ 1 - 1
locations/korrPar.qsrc

@@ -84,7 +84,7 @@ gs 'family'
 if indorf = 1:'With your parents being away to visit your grandparents, the apartment seems quiet and empty.'
 
 !to add a counter if you avoid Dimka
-if nodimkaK >= rand(7,10) and DimkaWarnedToday = 0:
+if nodimkaK >= rand(7,10) and DimkaWarnedToday = 0 and DimaRudeBlock = 0:
 	nodimkaK = 0
 	if hour >= 14 and hour < 24 and week <=5 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
 	if hour >= 9 and hour < 24 and week >=6 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'