소스 검색

[fixes] dead end in portnoi2

julzor 5 년 전
부모
커밋
25a88ae3a2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      locations/portnoi2.qsrc

+ 2 - 2
locations/portnoi2.qsrc

@@ -160,9 +160,9 @@ elseif money >= poshvalldrop:
 end
 
 if $loc = 'Gshveyfab':
-	act 'Leave':gt 'Gshveyfab', 'start'
+	act 'Leave': gt 'pavIndustrial'
 else
-	act 'Leave':gt 'rinok', 'tailor'
+	act 'Leave' :gt 'rinok', 'tailor'
 end
 
 --- portnoi2 ---------------------------------