Merge pull request #757 from dscarpac/more-redraw

Added three cards that redraw tokens
This commit is contained in:
Chr1Z 2024-07-08 01:03:05 +02:00 committed by GitHub
commit 872e382ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 3 deletions

View File

@ -33,7 +33,7 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "",
"LuaScript": "require(\"playercards/cards/Analysis\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Card",

View File

@ -33,7 +33,7 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "",
"LuaScript": "require(\"playercards/cards/Strong-Armed\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Card",

View File

@ -33,7 +33,7 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "",
"LuaScript": "require(\"playercards/cards/ThirdTimesaCharm\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Card",

View File

@ -0,0 +1,2 @@
require("playercards/CardsWithHelper")
require("playercards/CardsThatRedrawTokens")

View File

@ -0,0 +1,2 @@
require("playercards/CardsWithHelper")
require("playercards/CardsThatRedrawTokens")

View File

@ -0,0 +1,2 @@
require("playercards/CardsWithHelper")
require("playercards/CardsThatRedrawTokens")