updated seal options

This commit is contained in:
Chr1Z93 2024-05-06 20:54:35 +02:00
parent f24e47feb6
commit 0af4291f78
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ VALID_TOKENS = {
["Bless"] = true
}
SHOW_SINGLE_RELEASE = true
SHOW_MULTI_RELEASE = 3
SHOW_MULTI_RETURN = 3

View File

@ -2,6 +2,7 @@ VALID_TOKENS = {
["Bless"] = true
}
KEEP_OPEN = true
SHOW_SINGLE_RELEASE = true
require("playercards/CardsThatSealTokens")

View File

@ -2,7 +2,7 @@ VALID_TOKENS = {
["Bless"] = true
}
SHOW_SINGLE_RELEASE = true
KEEP_OPEN = true
SHOW_SINGLE_RELEASE = true
require("playercards/CardsThatSealTokens")