Skip to content

Instantly share code, notes, and snippets.

@nulldatamap
Last active August 29, 2015 14:00
Show Gist options
  • Save nulldatamap/11180010 to your computer and use it in GitHub Desktop.
Save nulldatamap/11180010 to your computer and use it in GitHub Desktop.
-- A condition triggered at the start of your turn that buffs all Beasts
wildfireCondition :: Condition
wildfireCondition = IsYourTurn
<&> IsStartOfTurn
<&> ( AnyMinion ( HasCategory Beast <&> Not IsFrozen ) YourBoard )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment