Procházet zdrojové kódy

[fixed] more missing braackets in parents kitchen

Anya před 1 rokem
rodič
revize
d91dc0e13f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      locations/kuhrPar.qsrc

+ 2 - 2
locations/kuhrPar.qsrc

@@ -50,9 +50,9 @@ if locat['Mother'] = 4:
 	end
 end
 
-if (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15) and week < 6 and locat['Fam_inGad'] = 0:
+if ((hour = 6 and minut >= 45) or (hour = 7 and minut <= 15)) and week < 6 and locat['Fam_inGad'] = 0:
 	'<a href="exec:gt''father''">Your stepfather</a><<$mombreak>>, <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> and <a href="exec:gt ''brother'', ''start''">Kolka</a> are sitting at the table eating breakfast. You could sit down and join them for breakfast or just grab something and go.'
-elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15) and week > 5 and locat['Fam_inGad'] = 0:
+elseif ((hour = 6 and minut >= 45) or (hour = 7 and minut <= 15)) and week > 5 and locat['Fam_inGad'] = 0:
 	'<a href="exec:gt''father''">Your stepfather</a><<$mombreak>>, and <a href="exec:gt ''brother'', ''start''">Kolka</a> are sitting at the table eating breakfast. It seems your sister is sleeping in again. You could sit down and join them for breakfast or just grab something and go.'
 elseif hour = 18 and minut <= 30 and locat['Fam_inGad'] = 0 and locat['Anya'] = 12:
 	'<a href="exec:gt''father''">Your stepfather</a>, <a href="exec:gt''mother''"><<$npc_nickname[''A29'']>></a>, <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> and <a href="exec:gt ''brother'', ''start''">Kolka</a> are sitting at the table eating dinner. You could sit down and join them for dinner or just grab something and go.'