Skip to content

Commit

Permalink
Update Wanted Poster frame name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbirnholz committed Apr 5, 2024
1 parent d39e90d commit 2e787dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/frameSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const frameNames = new Map ([
['Colorshifted (Planar Chaos)', 'Colorshifted'],
['Brawl Legend Crowns', 'Brawl'],
//showcase
['Wanted (OTJ)', 'Wanted'],
['Wanted Poster (OTJ)', 'Wanted'],
['Dossier (MKM)', 'Dossier'],
['Scrolls of Middle-earth (LTR)', 'Scroll'],
['Pip-Boy (PIP)', 'Pipboy'],
Expand Down
2 changes: 1 addition & 1 deletion js/frames/groupMargin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loadFramePacks([
{name:'Generic Margins', value:'Margin-1'},
{name:'Wanted Margin', value:'MarginWanted'},
{name:'Wanted Poster Margin', value:'MarginWanted'},
{name:'Enchanting Tales Margins', value:'MarginEnchantingTales'},
{name:'LTR Ring Margins', value:'MarginRing'},
{name:'D&D Module Margins', value:'MarginDNDModule'},
Expand Down
2 changes: 1 addition & 1 deletion js/frames/groupShowcase-5.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loadFramePacks([
{name:'Set Showcase Frames (Chronological)', value:'disabled'},
{name:'Wanted (OTJ)', value:'Wanted'},
{name:'Wanted Poster (OTJ)', value:'Wanted'},
{name:'Pip-Boy (PIP)', value:'Pipboy'},
{name:'Dossier (MKM)', value:'Dossier'},
{name:'Scrolls of Middle-earth (LTR)', value:'Scroll'},
Expand Down

0 comments on commit 2e787dc

Please sign in to comment.