Skip to content

Commit

Permalink
improve facts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Apr 4, 2024
1 parent 3cee654 commit 36e9bf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/lib/facts/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ export const map: Record<Key, Roster> = {
'2008|The Incredible Hulk': {
major: new Set(),
minor: new Set(),
major_: ['Hulk', 'Abomination', 'Leader'],
minor_: ['Iron Man'],
major_: ['Hulk', 'Abomination'],
minor_: ['Leader', 'Iron Man'],
},
'2008|Punisher: War Zone': {
major: new Set(),
Expand Down Expand Up @@ -1410,7 +1410,6 @@ export const map: Record<Key, Roster> = {
'Misty Knight',
'Punisher',
'Dracula',
'Leader',
'Arnim Zola',
'Heimdall',
'Super-Skrull',
Expand All @@ -1426,6 +1425,7 @@ export const map: Record<Key, Roster> = {
'Mystique',
'Juggernaut',
'X-23',
'Leader',
],
},
'2009–2012|Iron Man: Armored Adventures': {
Expand Down Expand Up @@ -1906,7 +1906,7 @@ export const map: Record<Key, Roster> = {
'Enchantress',
'Green Goblin',
],
minor_: ['Iron Fist', 'Ms. Marvel', 'Klaw', 'Crossbones', 'The Hood'],
minor_: ['Iron Fist', 'Ms. Marvel', 'Klaw', 'Crossbones', 'The Hood', 'Leader'],
},
"2017–2020|Marvel's Spider-Man": {
major: new Set(),
Expand Down

0 comments on commit 36e9bf7

Please sign in to comment.