Browse Source

[fixed] The check for Katja inviting you to her dorm room used to late a time.

bgkjdgbizgblzdgbr 1 year ago
parent
commit
dcd95d5ba9
2 changed files with 6 additions and 2 deletions
  1. 5 1
      locations/katja_procedural.qsrc
  2. 1 1
      locations/uni_lessons.qsrc

+ 5 - 1
locations/katja_procedural.qsrc

@@ -1,7 +1,11 @@
 # katja_procedural
 !2022/08/02
 
-!!This files governs Katjas procedural actions that arre called form many places. The following variables are part of her storry line (the name in the parenthsis is the old name of that variable):
+!!This files governs Katja''s procedural actions that are called form many places. 
+
+!! The model used for Katja''s porn scene was originally the porn actress Faye Reagan, lately Red Fox/Michelle H have also been used for a lot of content. But several other have also been used.
+
+!! The following variables are part of her story line (the name in the parenthesis is the old name of that variable):
 
 !! katjaQW['QWstage'] = 1 You have agreed to hang out with Katja afer school. (meynoldQW = 1)
 !! katjaQW['QWstage'] = 2 You have been to Katja''s house and you can go there to hang out with her. (meynoldQW = 2)

+ 1 - 1
locations/uni_lessons.qsrc

@@ -76,7 +76,7 @@ if $ARGS[0] = 'short_break':
 	if hour = 13: minut += 105 - minut					
 	if hour = 14 and minut < 45: minut += 45 - minut
 	gs 'stat'
-	if katjaQW['QWstage'] > 2 and hour > 14 and npc_rel['A14'] >= 70 and fame['city_slut'] < 150 and pcs_makupskl >= 40 and hotcat >= 6: gt 'katja_uni', 'dorm_room_invite'
+	if katjaQW['QWstage'] > 2 and hour >= 14 and npc_rel['A14'] >= 70 and fame['city_slut'] < 150 and pcs_makupskl >= 40 and hotcat >= 6: gt 'katja_uni', 'dorm_room_invite'
 	if week = 4 and hour > 14 and nerd_game['fixed_uni_day'] = 0 and (npc_rel['A153'] >= 50 or nerd_game['stage'] > 0) and nerd_game['invite_day'] ! 2147483647: gt 'nerd_game_night', 'invite_uni'
 	if rand(0,19)= 0: gt 'uni_events', 'lecture_hall_events'
 	*clr & cla