Go to file
Buhallin 2ec1bae42a
Fix multiple bugs with uses
- Saved old cards have a different structure for uses (single vs. array) making the change breaking.  Code was assuming an array, breaking any loaded objects with the old structure
- Uses spawn loop was setting the values only, resulting in only the last item being spawned
- Upkeep checks were embedded incorrectly, leading to logic errors in certain circumstances
- If uses had multiple entries, tokens were spawning on top of each other and exploding, probably due to the yPos shift in playmats.  Added an offset to spawn the groups in different places to avoid this, which is prettier anyway
2022-11-24 00:00:25 -08:00
.github/workflows hotfix version of action 2022-11-21 23:07:27 -06:00
modsettings Convert Upgrade Sheet container to SpawnBag 2022-11-17 15:29:58 -08:00
objects resolving comments 2022-11-19 01:56:50 +01:00
src Fix multiple bugs with uses 2022-11-24 00:00:25 -08:00
CODEOWNERS Added Tikatoy to CODEOWNERS 2022-11-14 21:03:24 -08:00
config.json Merge pull request #21 from argonui/playermats 2022-11-17 00:22:46 +01:00
README.md Update README.md 2021-10-06 19:55:00 -07:00

SCED Script Repository