Skip to content

Commit

Permalink
Improved Filter Criteria for Co-op Campaign Achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunroselt committed Mar 7, 2024
1 parent 155ab26 commit a86047b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Data/Data_Achievements.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4115,7 +4115,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Those Left Behind';
Expand Down Expand Up @@ -8982,7 +8982,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Hunting Party';
Expand All @@ -8992,7 +8992,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'First Responders';
Expand All @@ -9002,7 +9002,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Wardens of Zeta';
Expand All @@ -9012,7 +9012,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Vintage Fisticuffs';
Expand All @@ -9032,7 +9032,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Turnabout is Fair Play';
Expand All @@ -9052,7 +9052,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Rapid Unscheduled Disassembly';
Expand Down Expand Up @@ -9122,7 +9122,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Gruesome Twosome';
Expand All @@ -9132,7 +9132,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Keep It Steady';
Expand Down Expand Up @@ -9172,7 +9172,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Controlled Demolition';
Expand All @@ -9182,7 +9182,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
),
(
name: 'Wolves at the Doors';
Expand All @@ -9192,7 +9192,7 @@ TAchievement = record
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Filter: ['Other'];
Filter: ['Co-op Campaign'];
)
);

Expand Down
2 changes: 1 addition & 1 deletion TMSWeb/Release/HaloTracker_Web.js

Large diffs are not rendered by default.

0 comments on commit a86047b

Please sign in to comment.