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, 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",
@ -2371,7 +2371,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",
@ -2458,7 +2458,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]
@ -2477,7 +2477,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",