Browse Source

[changed] Sonia's fall will now automatically be advanced if it is more that two weeks since it has last been advanced )either automatically or by seeing her scene at the disco). This should lead to Sonia falling no later that November 30th.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
25e422b3e3
1 changed files with 16 additions and 0 deletions
  1. 16 0
      locations/cikl.qsrc

+ 16 - 0
locations/cikl.qsrc

@@ -982,6 +982,22 @@ if katja_disco_end > 0: katja_disco_end = 0
 
 if npc_rel['A69'] > 60 and rand(0,3) = 0:npc_rel['A69'] -= 1
 
+!!Making Sonia''s fall progress if the player do not see the scenes at the disco, by making it such that if at a Sunfay her fall have not advanced for two weekends it will automatically advance.
+if storyline = 1 and week = 7 and soniaPS = 0:
+	if kanikuli = 0 and soniafall = 0:
+		soniafallDay = daystart -1
+		soniafall = 1
+	elseif daystart >= soniafallDay + 11
+		if soniafall < 7:
+			soniafallDay = daystart -1
+			soniafall += 1
+		else	
+			soniaPS = 1
+			soniaPSdays = daystart
+		end
+	end	
+end
+
 !!Counter for dimka/igor date
 if igor_DimaNos = 2 or igor_DimaNos = 3: $igor_DimaNos_day += 1