Created
March 18, 2017 16:43
-
-
Save deque-blog/f9cf9a38313c88e0b93141a8853abfd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def suggestions | |
(reaction | |
(if (and (:help @app-state) (not @ai-player?)) | |
#(contains? (turn/transitions @current-turn) %) | |
(constantly false)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment