mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Remove progress pride flag from legacy flag list
This commit is contained in:
parent
a81e55d781
commit
e1b6f01687
1 changed files with 3 additions and 2 deletions
5
init.lua
5
init.lua
|
@ -25,9 +25,10 @@ local rad_90 = pi / 2
|
|||
local DEFAULT_FLAG = "rainbow"
|
||||
|
||||
-- Flag list for the old number-based storing of flags, used up to
|
||||
-- 8fd4f9661e123bc84c0499c4809537e8aeb24c3b. Do not change this list!
|
||||
-- 8fd4f9661e123bc84c0499c4809537e8aeb24c3b.
|
||||
-- DO NOT CHANGE THIS LIST!
|
||||
local legacy_flag_list = {
|
||||
"rainbow", "progress", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
"rainbow", "lesbian", "bisexual", "transgender", "genderqueer", "nonbinary", "pansexual", "asexual",
|
||||
"vincian", "polysexual", "omnisexual", "graysexual", "demisexual", "homoromantic", "biromantic",
|
||||
"polyromantic", "panromantic", "omniromantic", "aromantic", "grayromantic", "demiromantic",
|
||||
"androgyne", "demigender", "maverique", "neutrois", "multigender", "polygender", "pangender", "agender",
|
||||
|
|
Loading…
Add table
Reference in a new issue