Sfoglia il codice sorgente

[added/changed] Some variable added and Katja will no start using birth control when going to university and have been sexually active, even if Sveta have not told her to.

bgkjdgbizgblzdgbr 9 mesi fa
parent
commit
d18a7e3cfb
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      locations/katja_procedural.qsrc

+ 4 - 0
locations/katja_procedural.qsrc

@@ -103,6 +103,7 @@
 !! katjaQW['Lazar_day'] is set to daystart if you or Katja ask to have a threesome with Lazar. Such that the question will only be asked once per day.
 
 !! katjaQW['birth_control_start_day'] This is set to the daystart value from the day Katja''s birth control will be effective if the player tells her to use it. Should be used to check if Katja can become pregnant by if katjaQW['birth_control_start_day'] ! 0 and katjaQW['birth_control_start_day'] < daystart to make sure she is protected.
+!! katjaQW['birth_control_know'] = 1  Katja started taking birth control without talking with the player character, and has now told the player character that she uses birth control. Only used in one scene so that the player character does not continue to ask about it every time.
 
 !! KatjaQW['orgasm_day'] Is set to be equal to daystart when Katja gain an orgasm (It is not set all places). (KatjaOrgasm)
 !! katjaQW['take_of_panties_day'] is set to daystart if you get katja to take of her panties during school break.
@@ -174,6 +175,9 @@ if $ARGS[0] = 'cikl':
 	!! Start the countdown for Katja''s relationship talk
 	if yearstart > 1 and npc_sex['A14'] > 0 and katjaQW['relationship_count_start'] = 0: katjaQW['relationship_count_start'] = daystart
 
+	!! When she starts at uni a sexual active Katja will start using birth control even if the player character don''t tell her to.
+	if yearstart > 1 and katjaQW['QWstage'] >= 6 and katjaQW['birth_control_start_day'] = 0: katjaQW['birth_control_start_day'] = daystart
+
 	!! If the player have not gotten to the point where they have sex with Katja by the start of the second year of uni, she will then start to be sexually active without the player. (Does not prevent the player from starting her storyline, but it might be at a later stage in the stroryline, since Katja is now more experienced.
 	if yearstart > 2 and npc_sex['A14'] = 0 and katjaQW['liberated'] = 0:
 		katjaQW['liberated'] = 1