Explorar el Código

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

Kevin_Smarts hace 2 años
padre
commit
81568d0151
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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