forked from MarseyWorld/MarseyWorld
add jigsaw tier
parent
aa09bd41c2
commit
9134a91481
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
@ -1071,6 +1071,7 @@ tiers={
|
|||
"(Zombie)": 3,
|
||||
"(Ghost)": 4,
|
||||
"(Survivor)": 5,
|
||||
"(Jigsaw)": 6,
|
||||
}
|
||||
|
||||
DISCORD_WELCOME_CHANNEL = "846509313941700618"
|
||||
|
|
|
@ -80,7 +80,7 @@ link_fix_regex = re.compile("(\[.*?\]\()(?!http|/)(.*?\))", flags=re.A)
|
|||
|
||||
css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?\s*\)', flags=re.I|re.A)
|
||||
|
||||
procoins_li = (0,2500,5000,10000,25000,50000,125000,250000)
|
||||
procoins_li = (0,2500,5000,10000,25000,50000,100000,250000)
|
||||
|
||||
linefeeds_regex = re.compile("([^\n])\n([^\n])", flags=re.A)
|
||||
|
||||
|
|
Loading…
Reference in New Issue