浏览代码

[fixed] Missing check to see if you had actaully talked with Katja about birth control.

bgkjdgbizgblzdgbr 2 年之前
父节点
当前提交
06371b02f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/KatjaHomeTalk.qsrc

+ 2 - 2
locations/KatjaHomeTalk.qsrc

@@ -139,7 +139,7 @@ if $ARGS[0] = '':
 			
 				elseif katjaQW['QWstage'] = 5 and katjaQW['marcus_pussy'] > 0: 
 					!!If Katja have has had her first time wiht Marcus she will discuss this the next time the player talks to her at home
-				gt 'KatjaHomeTalk', 'first_boy_sex_follow_up'
+					gt 'KatjaHomeTalk', 'first_boy_sex_follow_up'
 			
 				elseif katjaQW['QWstage'] = 5 and katjaQW['marcus_asked'] = 1: 
 					!!If Marcus have agreed to be katja''s first, the player will tell this to Katja the next time the talk at home
@@ -1844,7 +1844,7 @@ if $ARGS[0] = 'random_park_sex_talk':
 		katjaQW['horny'] += 5
 		'You tell her that strangers come to the park and look for girls to have fun with, without any commitment, and suggest that you could try to pick up some boys there.'
 		'"Awesome!" she says and looks at you really excitedly. "Why don''t we go right now?"'
-		if katjaQW['birth_control_start_day'] < daystart:
+		if katjaQW['birth_control_start_day'] < daystart and katjaQW['birth_control_start_day'] > 0:
 			act 'Agree':
 				minut += 15
 				katjaQW['horny'] += 5