forked from OpenWF/SpaceNinjaServer
		
	fix: exclude MT_ARENA from sortie node options (#1769)
Fixes #1764 Reviewed-on: OpenWF/SpaceNinjaServer#1769 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a49edefbd1
								
							
						
					
					
						commit
						731be0d5e3
					
				@ -232,6 +232,7 @@ const pushSortieIfRelevant = (out: ISortie[], day: number): void => {
 | 
			
		||||
            value.missionIndex != 0 && // Exclude MT_ASSASSINATION
 | 
			
		||||
            value.missionIndex != 5 && // Exclude MT_CAPTURE
 | 
			
		||||
            value.missionIndex != 21 && // Exclude MT_PURIFY
 | 
			
		||||
            value.missionIndex != 22 && // Exclude MT_ARENA
 | 
			
		||||
            value.missionIndex != 23 && // Exclude MT_JUNCTION
 | 
			
		||||
            value.missionIndex <= 28
 | 
			
		||||
        ) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user