use same tagsForOlderGoals for incompatible goals
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (pull_request) Successful in 1m5s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (pull_request) Successful in 1m5s
				
			This commit is contained in:
		
							parent
							
								
									6cef5e44be
								
							
						
					
					
						commit
						8f3882a231
					
				@ -2341,7 +2341,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
				
			|||||||
            Success: 0,
 | 
					            Success: 0,
 | 
				
			||||||
            Personal: true,
 | 
					            Personal: true,
 | 
				
			||||||
            Bounty: true,
 | 
					            Bounty: true,
 | 
				
			||||||
            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[1] : "Halloween",
 | 
					            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[0] : "Halloween",
 | 
				
			||||||
            Faction: "FC_INFESTATION",
 | 
					            Faction: "FC_INFESTATION",
 | 
				
			||||||
            Desc: "/Lotus/Language/G1Quests/TacAlertHalloweenTitle",
 | 
					            Desc: "/Lotus/Language/G1Quests/TacAlertHalloweenTitle",
 | 
				
			||||||
            ToolTip: "/Lotus/Language/G1Quests/TacAlertHalloweenToolTip",
 | 
					            ToolTip: "/Lotus/Language/G1Quests/TacAlertHalloweenToolTip",
 | 
				
			||||||
@ -2368,7 +2368,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
				
			|||||||
                Best: true,
 | 
					                Best: true,
 | 
				
			||||||
                Tag: "Halloween",
 | 
					                Tag: "Halloween",
 | 
				
			||||||
                PrereqGoalTags: [
 | 
					                PrereqGoalTags: [
 | 
				
			||||||
                    config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[1] : "Halloween"
 | 
					                    config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[0] : "Halloween"
 | 
				
			||||||
                ],
 | 
					                ],
 | 
				
			||||||
                Faction: "FC_INFESTATION",
 | 
					                Faction: "FC_INFESTATION",
 | 
				
			||||||
                Desc: "Hallowed Nightmares - Time Attack",
 | 
					                Desc: "Hallowed Nightmares - Time Attack",
 | 
				
			||||||
@ -2455,7 +2455,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
				
			|||||||
            Faction: "FC_CORPUS",
 | 
					            Faction: "FC_CORPUS",
 | 
				
			||||||
            Desc: "/Lotus/Language/Alerts/TacAlertProxyRebellion",
 | 
					            Desc: "/Lotus/Language/Alerts/TacAlertProxyRebellion",
 | 
				
			||||||
            Icon: "/Lotus/Materials/Emblems/BountyBadge_e.png",
 | 
					            Icon: "/Lotus/Materials/Emblems/BountyBadge_e.png",
 | 
				
			||||||
            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[2] : "ProxyRebellion",
 | 
					            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[1] : "ProxyRebellion",
 | 
				
			||||||
            InterimRewards: rewards[year].slice(0, 2),
 | 
					            InterimRewards: rewards[year].slice(0, 2),
 | 
				
			||||||
            Reward: rewards[year][2],
 | 
					            Reward: rewards[year][2],
 | 
				
			||||||
            BonusReward: rewards[year][3]
 | 
					            BonusReward: rewards[year][3]
 | 
				
			||||||
@ -2474,7 +2474,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
				
			|||||||
            Success: 0,
 | 
					            Success: 0,
 | 
				
			||||||
            Personal: true,
 | 
					            Personal: true,
 | 
				
			||||||
            Bounty: true,
 | 
					            Bounty: true,
 | 
				
			||||||
            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[3] : "NightwatchTacAlert",
 | 
					            Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[2] : "NightwatchTacAlert",
 | 
				
			||||||
            Faction: "FC_GRINEER",
 | 
					            Faction: "FC_GRINEER",
 | 
				
			||||||
            Desc: "/Lotus/Language/G1Quests/ProjectNightwatchTacAlertTitle",
 | 
					            Desc: "/Lotus/Language/G1Quests/ProjectNightwatchTacAlertTitle",
 | 
				
			||||||
            Icon: "/Lotus/Materials/Emblems/BountyBadge_e.png",
 | 
					            Icon: "/Lotus/Materials/Emblems/BountyBadge_e.png",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user