rachels 2 жил өмнө
parent
commit
c3e6a7dbf6

+ 1 - 1
locations/KatjaHomeTalk.qsrc

@@ -146,7 +146,7 @@ if $ARGS[0] = '':
 		else
 		else
 			!!not sweaty
 			!!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.
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 
 

+ 4 - 4
locations/pav_beach_chat.qsrc

@@ -583,7 +583,7 @@ if $ARGS[0] = 'katja':
 	end
 	end
 	if grupTipe = 1:
 	if grupTipe = 1:
 		if npc_rel['A14'] >= 50:
 		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.
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
 			end
@@ -600,7 +600,7 @@ if $ARGS[0] = 'katja':
 		end
 		end
 	elseif grupTipe = 2:
 	elseif grupTipe = 2:
 		if npc_rel['A14'] >= 50:
 		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.
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
 			end
@@ -616,7 +616,7 @@ if $ARGS[0] = 'katja':
 		end
 		end
 	elseif grupTipe = 3:
 	elseif grupTipe = 3:
 		if npc_rel['A14'] >= 50:
 		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.
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
 			end
@@ -635,7 +635,7 @@ if $ARGS[0] = 'katja':
 		end
 		end
 	else
 	else
 		if npc_rel['A14'] >= 50:
 		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.
 				!!Katja tells you that she has enrolled in the university.
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 				gt 'KatjaHomeTalk',  'katja_uni_tell'
 			end
 			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.'
 				'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'
 				act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 			elseif npc_rel['A25'] >= 50 and fame['pav_slut'] < 200:
 			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.
 					!!Katja tells you that she has enrolled in the university.
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 				else
 				else
@@ -1152,7 +1152,7 @@ if $ARGS[0] = 'katja':
 				end
 				end
 				act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 				act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 			else
 			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.
 					!!Katja tells you that she has enrolled in the university.
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 					gt 'KatjaHomeTalk',  'katja_uni_tell'
 				else
 				else