Browse Source

[fixed] Mitchmatch between attibute used and where the expwrience was gained.

bgkjdgbizgblzdgbr 2 months ago
parent
commit
28f207951c

+ 4 - 4
locations/uni_lessons1.qsrc

@@ -42,7 +42,7 @@ if $ARGS[0] = 'general_education_101':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Kovalyov nods approvingly, happy to see his students engaged and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
@@ -780,7 +780,7 @@ if $ARGS[0] = 'patient_care_101':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'patient care 101', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Ms. Kudelina sighs dismissively and states that you should have paid attention to the lesson, but she begrudgingly spends some time explaining the topic again before answering your questions. Despite her attitude, you feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
@@ -984,7 +984,7 @@ if $ARGS[0] = 'anatomy_and_physiology_101':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'anatomy and physiology 101', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Miss Marinova nods approvingly, happy to see her students engaged and trying their best. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
@@ -1188,7 +1188,7 @@ if $ARGS[0] = 'examination_and_treatment_101':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'examination and treatment 101', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Borisov spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'

+ 4 - 4
locations/uni_lessons2.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'general_education_102':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_2', 'general education 102', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Kovalyov nods approvingly, happy to see his students and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
@@ -766,7 +766,7 @@ if $ARGS[0] = 'patient_care_102':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_2', 'patient care 102', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Ms. Kudelina sighs dismissively and states that you should have paid attention to the lesson, but she begrudgingly spends some time explaining the topic again before answering your questions. Despite her attitude, you feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
@@ -970,7 +970,7 @@ if $ARGS[0] = 'anatomy_and_physiology_102':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_2', 'anatomy and physiology 102', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Miss Marinova nods approvingly, happy to see her students engaged and trying their best. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
@@ -1174,7 +1174,7 @@ if $ARGS[0] = 'examination_and_treatment_102':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_2', 'examination and treatment 102', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Borisov spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'

+ 4 - 4
locations/uni_lessons3.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'general_education_201':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_3', 'general education 201', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Kovalyov nods approvingly, happy to see his students engaged and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev2', 'general_education'
@@ -766,7 +766,7 @@ if $ARGS[0] = 'patient_care_201':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_3', 'patient care 201', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Ms. Kudelina sighs dismissively and states that you should have paid attention to the lesson, but she begrudgingly spends some time explaining the topic again before answering your questions. Despite her attitude, you feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
@@ -970,7 +970,7 @@ if $ARGS[0] = 'anatomy_and_physiology_201':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_3', 'anatomy and physiology 201', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Miss Marinova nods approvingly, happy to see her students engaged and trying their best. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
@@ -1174,7 +1174,7 @@ if $ARGS[0] = 'dosages_and_pharmaceuticals_101':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_3', 'dosages and pharmaceuticals 101', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Borisov spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev2', 'dosages_and_pharmaceuticals'

+ 4 - 4
locations/uni_lessons4.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'general_education_202':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_4', 'general education 202', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Kovalyov nods approvingly, happy to see his students engaged and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev2', 'general_education'
@@ -766,7 +766,7 @@ if $ARGS[0] = 'patient_care_202':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_4', 'patient care 202', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Ms. Kudelina sighs dismissively and states that you should have paid attention to the lesson, but she begrudgingly spends some time explaining the topic again before answering your questions. Despite her attitude, you feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
@@ -970,7 +970,7 @@ if $ARGS[0] = 'anatomy_and_physiology_202':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_4', 'anatomy and physiology 202', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Miss Marinova nods approvingly, happy to see her students engaged and trying their best. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
@@ -1174,7 +1174,7 @@ if $ARGS[0] = 'dosages_and_pharmaceuticals_102':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_4', 'dosages and pharmaceuticals 102', pcs_chrsm
-				gs 'exp_gain', 'intel', rand(1,2)
+				gs 'exp_gain', 'chrsm', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Borisov spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev2', 'dosages_and_pharmaceuticals'