Skip to content

Commit

Permalink
Merge pull request #9 from Matt-Fitzpatrick/master
Browse files Browse the repository at this point in the history
ALIGNMENT_PRIMAL for primal exclusive badges
  • Loading branch information
n15g authored Apr 1, 2020
2 parents 32d17fe + fe49099 commit 2194e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export interface IAlignmentFlags {

export const ALIGNMENT_HERO: IAlignmentFlags = {h: true, v: false, p: false};
export const ALIGNMENT_VILLAIN: IAlignmentFlags = {h: false, v: true, p: false};
export const ALIGNMENT_PRIMAL: IAlignmentFlags = {h: true, v: true, p: false};
export const ALIGNMENT_PRAETORIAN: IAlignmentFlags = {h: false, v: false, p: true};
export const ALIGNMENT_ANY: IAlignmentFlags = {h: true, v: true, p: true};

Expand Down

0 comments on commit 2194e26

Please sign in to comment.