Browse Source

[fixed] Spelling mistake made grade gain for paying attention in shop class not appear.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
948fdcf9f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/gschool_lessons3.qsrc

+ 2 - 2
locations/gschool_lessons3.qsrc

@@ -957,7 +957,7 @@ if $ARGS[0] = 'shop':
 	menu_off = 1
 	hndiwrk_exp += rand(1,2)
 	agil_exp += rand(0,1)
-	gs 'grades', 'attend_class', 'school', 'shop', pcs_intel
+	gs 'grades', 'attend_class', 'school', 'shop'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/classshop.jpg"></center>'
 	'You sit in the classroom and listen to Mr. Kuznetsov''s monotonous droning, doing your best not to fall asleep.'
@@ -979,7 +979,7 @@ if $ARGS[0] = 'shop':
 			'You listen attentively to Mr. Kuznetsov for the duration of the class. Today''s lesson was interesting and informative, and you feel you learned from taking part in class.'
 			act 'Ask a question about the lesson':
 				*clr & cla
-				gs 'grades', 'class_activity_skil', 'school', 'shop', pcs_hndiwrk
+				gs 'grades', 'class_activity_skill', 'school', 'shop', pcs_hndiwrk
 				hndiwrk_exp += rand(1,2)
 				agil_exp += rand(0,1)
 				gs 'stat'