use same tagsForOlderGoals for incompatible goals
All checks were successful
Build / build (pull_request) Successful in 1m30s

This commit is contained in:
AMelonInsideLemon 2025-08-16 09:05:25 +02:00
parent cfa01b32d8
commit bac58a56fb

View File

@ -2344,7 +2344,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
Success: 0,
Personal: true,
Bounty: true,
Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[1] : "Halloween",
Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[0] : "Halloween",
Faction: "FC_INFESTATION",
Desc: "/Lotus/Language/G1Quests/TacAlertHalloweenTitle",
ToolTip: "/Lotus/Language/G1Quests/TacAlertHalloweenToolTip",
@ -2371,7 +2371,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
Best: true,
Tag: "Halloween",
PrereqGoalTags: [
config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[1] : "Halloween"
config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[0] : "Halloween"
],
Faction: "FC_INFESTATION",
Desc: "Hallowed Nightmares - Time Attack",
@ -2458,7 +2458,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
Faction: "FC_CORPUS",
Desc: "/Lotus/Language/Alerts/TacAlertProxyRebellion",
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),
Reward: rewards[year][2],
BonusReward: rewards[year][3]
@ -2477,7 +2477,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
Success: 0,
Personal: true,
Bounty: true,
Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[3] : "NightwatchTacAlert",
Tag: config.unfaithfulBugFixes?.useAnniversaryTagForOldGoals ? tagsForOlderGoals[2] : "NightwatchTacAlert",
Faction: "FC_GRINEER",
Desc: "/Lotus/Language/G1Quests/ProjectNightwatchTacAlertTitle",
Icon: "/Lotus/Materials/Emblems/BountyBadge_e.png",