소스 검색

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

Kevin_Smarts 2 년 전
부모
커밋
81568d0151
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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