Unable to work on newest build - various issues clone repo

I was trying to fix up the Dread Cacodemon card I was working on and brought in the latest changes but have not been able to successfully rebuild the projects yet. I even created a whole new local directory to clone the repository to to make sure I had a completely clean version to see if that worked. It starts as usual, but when trying to build Mage Root with dependencies, you get an error regarding CastFromHandCondition . There's a conditional statement on there missing a ')' . Don't know if it's just me seeing these issues with the latest changes. Easy enough to fix anyways.
edit: details and see further comments for other issues
- Code: Select all
(watcher != null && watcher.spellWasCastFromHand(source.getSourceId())
edit: details and see further comments for other issues