Browse Source

[fixed] Somebody did a text edit that included changing links, which broke theintro of the Uni start. Reversed that mistake.

bgkjdgbizgblzdgbr 11 months ago
parent
commit
6a01bbde4c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/intro_uni.qsrc

+ 5 - 5
locations/intro_uni.qsrc

@@ -130,9 +130,9 @@ if $ARGS[0] = 'select_electives':
 				'You decide to enrol in the computer class for the first and second semester of this year.'
 				$university['elective_semester_1_1'] = 'Computers 101'
 				$university['elective_semester_2_1'] = 'Computers 102'
-				act 'Consider other elective classes': gt 'uni_admin', 'select_electives'
+				act 'Consider other elective classes': gt 'intro_uni', 'select_electives'
 			end
-			act 'Don''t enroll in the computer class': gt 'uni_admin', 'select_electives'
+			act 'Don''t enroll in the computer class': gt 'intro_uni', 'select_electives'
 		end
 	end
 	if $university['elective_semester_1_2'] = '':
@@ -146,12 +146,12 @@ if $ARGS[0] = 'select_electives':
 				'You decide to enroll in the art class for the first and second semester of this year.'
 				$university['elective_semester_1_2'] = 'Art 101'
 				$university['elective_semester_2_2'] = 'Art 102'
-				act 'Consider other elective classes': gt 'uni_admin', 'select_electives'
+				act 'Consider other elective classes': gt 'intro_uni', 'select_electives'
 			end
-			act 'Don''t enroll in the art class': gt 'uni_admin', 'select_electives'
+			act 'Don''t enroll in the art class': gt 'intro_uni', 'select_electives'
 		end
 	end
-	act 'Don''t enroll in any more elective classes': gt 'uni_admin', 'start'
+	act 'Don''t enroll in any more elective classes': gt 'intro_uni', 'dorm_intro'
 end
 
 if $ARGS[0] = 'dorm_intro':