Browse Source

fix typo/copy_paste bug

rachels 2 years ago
parent
commit
c3e6a7dbf6

+ 1 - 1
locations/KatjaHomeTalk.qsrc

@@ -146,7 +146,7 @@ if $ARGS[0] = '':
 		else
 			!!not sweaty
 
-			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 

+ 4 - 4
locations/pav_beach_chat.qsrc

@@ -583,7 +583,7 @@ if $ARGS[0] = 'katja':
 	end
 	if grupTipe = 1:
 		if npc_rel['A14'] >= 50:
-			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
@@ -600,7 +600,7 @@ if $ARGS[0] = 'katja':
 		end
 	elseif grupTipe = 2:
 		if npc_rel['A14'] >= 50:
-			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
@@ -616,7 +616,7 @@ if $ARGS[0] = 'katja':
 		end
 	elseif grupTipe = 3:
 		if npc_rel['A14'] >= 50:
-			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
@@ -635,7 +635,7 @@ if $ARGS[0] = 'katja':
 		end
 	else
 		if npc_rel['A14'] >= 50:
-			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+			if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end

+ 2 - 2
locations/pav_disco_coolkids.qsrc

@@ -1114,7 +1114,7 @@ if $ARGS[0] = 'katja':
 				'Katja sees you approaching and turns to one of the boys in the group. "What are you doing here?" he asks in a slightly threatening tone. It''s clear that you''re not welcome.'
 				act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 			elseif npc_rel['A25'] >= 50 and fame['pav_slut'] < 200:
-				if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+				if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 					!!Katja tells you that she has enrolled in the university.
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 				else
@@ -1152,7 +1152,7 @@ if $ARGS[0] = 'katja':
 				end
 				act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 			else
-				if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (mont > 6 or (mont = 6 and day > 15)):
+				if katjaQW['know_katja_uni'] = 0 and SchoolAtestat = 1 and (month > 6 or (month = 6 and day > 15)):
 					!!Katja tells you that she has enrolled in the university.
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 				else