Skip to content

Commit

Permalink
Add awards as a tier type for Formula1 (#3698)
Browse files Browse the repository at this point in the history
* Update tier_data.lua

* Update tier_data.lua (2)

* Update tier_data.lua

Co-authored-by: hjpalpha <[email protected]>

---------

Co-authored-by: hjpalpha <[email protected]>
  • Loading branch information
iamentry and hjpalpha authored Dec 23, 2023
1 parent 6b9ebe7 commit 486287a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions standard/tier/wikis/formula1/tier_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,13 @@ return {
link = 'Showmatches',
category = 'Showmatch Tournaments',
},
award = {
value = 'Awards',
sort = 'B3',
name = 'Awards',
short = 'Awards',
link = 'Awards Shows',
category = 'Awards Shows',
},
}
}

0 comments on commit 486287a

Please sign in to comment.