Przeglądaj źródła

[fixed] More cut and paste errors

bgkjdgbizgblzdgbr 3 miesięcy temu
rodzic
commit
4f491ce7c7

+ 2 - 2
locations/uni_exams1.qsrc

@@ -119,10 +119,10 @@ if $ARGS[0] = 'patient_care_101':
 		gs 'grades', 'assing_grade_description', 'uni_nursing_semester_1'
 		class['uni_nursing_semester_1_patient care 101_exam_done'] = 1
 
-		if class['uni_nursing_studies_semester_1_patient care 101_grade'] < 40:
+		if class['uni_nursing_semester_1_patient care 101_grade'] < 40:
 			'You think you''ve done terrible and are probably going to fail with <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
 		elseif class['uni_nursing_semester_1_patient care 101_grade'] < 70:
-			'You think that you did good enough to pass, and are probably going to get a <<$class[''uni_nursing_studies_semester_1_patient care 101_grade'']>>.'
+			'You think that you did good enough to pass, and are probably going to get a <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
 		elseif class['uni_nursing_semester_1_patient care 101_grade'] < 90:
 			'You think you did pretty well and are going to get an <<$class[''uni_nursing_semester_1_patient care 101_grade'']>>.'
 		else

+ 1 - 1
locations/uni_exams2.qsrc

@@ -149,7 +149,7 @@ if $ARGS[0] = 'anatomy_and_physiology_102':
 		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
 		*clr & cla
 		gs 'grades', 'assing_grade_description', 'uni_nursing_semester_2'
-		class['uni_teaching_studies_semester_2_anatomy and physiology 102_exam_done'] = 1
+		class['uni_nursing_semester_2_anatomy and physiology 102_exam_done'] = 1
 
 		if class['uni_nursing_semester_2_anatomy and physiology 102_grade'] < 40:
 			'You think you''ve done terrible and are probably going to fail with <<$class[''uni_nursing_semester_2_anatomy and physiology 102_grade'']>>.'

+ 1 - 1
locations/uni_exams4.qsrc

@@ -149,7 +149,7 @@ if $ARGS[0] = 'anatomy_and_physiology_202':
 		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/exam<<rand(1,3)>>.jpg"></center>'
 		*clr & cla
 		gs 'grades', 'assing_grade_description', 'uni_nursing_semester_4'
-		class['uni_teaching_studies_semester_4_anatomy and physiology 202_exam_done'] = 1
+		class['uni_nursing_semester_4_anatomy and physiology 202_exam_done'] = 1
 
 		if class['uni_nursing_semester_4_anatomy and physiology 202_grade'] < 40:
 			'You think you''ve done terrible and are probably going to fail with <<$class[''uni_nursing_semester_4_anatomy and physiology 202_grade'']>>.'