Browse Source

Fixed a typo: `soifa_meet` -> `sofia_meet`

netuttki 11 months ago
parent
commit
e71aaff5fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/katja_dorm.qsrc

+ 1 - 1
locations/katja_dorm.qsrc

@@ -191,7 +191,7 @@ if $ARGS[0] = 'talk':
 	end
 	act 'Leave Katja''s dorm room':
 		if sofiaQW['know'] = 0 and university['semester_week'] > 0:
-			gt 'katja_dorm', 'soifa_meet'
+			gt 'katja_dorm', 'sofia_meet'
 		else
 			minut += 2
 			gt 'uni_dorm', 'second_floor'