Browse Source

[fixed] Additional gt messing up city starts

Kevin_Smarts 2 years ago
parent
commit
d74be4f19b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/intro_city.qsrc

+ 1 - 1
locations/intro_city.qsrc

@@ -63,7 +63,7 @@ if $ARGS[0] = 'start':
 	pcs_sleep = 100
 	willpowermax = 100
 
-	gs 'set_home', 1 & gt 'korr'
+	gs 'set_home', 1
 	
 	gt 'intro_city', 'city_intro'
 end