1
0
Prechádzať zdrojové kódy

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

Kevin_Smarts 2 rokov pred
rodič
commit
81568d0151
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  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