Browse Source

[fixed] Set home and removed a rogue $start_type variable

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

+ 1 - 2
locations/intro_city.qsrc

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