Browse Source

[fixed] dorm elevator had wrong exit location

Anya 1 year ago
parent
commit
4980c0c22a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/uni_dorm.qsrc

+ 1 - 1
locations/uni_dorm.qsrc

@@ -90,7 +90,7 @@ if $ARGS[0] = 'elevator':
 	act 'Go to the sixth floor': gt 'uni_dorm', 'sixth_floor'
 	act 'Go to the eighth floor': gt 'uni_dorm', 'eighth_floor'
 	act 'Go to the tenth floor': gt 'uni_dorm', 'tenth_floor'
-	act 'Go to the first floor and leave the dorm':gt 'city_island'
+	act 'Go to the first floor and leave the dorm': gt 'uni_grounds', 'main'
 end
 
 if $ARGS[0] = 'second_floor':