소스 검색

[fixed] the fight code was the wrong number

hornguy6 1 년 전
부모
커밋
7232906f09
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      locations/ender.qsrc
  2. 1 1
      locations/rape_events.qsrc

+ 1 - 1
locations/ender.qsrc

@@ -377,7 +377,7 @@ if $ARGS[0] = 'loss':
 			if temp['rape_type'] = 'gang':
 				gt'rape_events','park_gangrape_fight_loss'
 			else
-			
+				gs'rape_events','park_rape_solo'
 			end
 		else
 			if temp['rape_type'] = 'gang':

+ 1 - 1
locations/rape_events.qsrc

@@ -40,7 +40,7 @@ if $ARGS[0] = 'fight_init':
 		i += 1
 		jump 'rape_gang_fight_loop'
 	else
-		fightEnding = 22
+		fightEnding = 23
 		gt 'fight', 'start'
 	end
 end