Closed chadeos closed 9 years ago
in makeCard "Lookout",
ai_playValue: (state, my) -> if state.gainsToEndGame >= 5 or state.cardInfo.Curse in my.draw 895 else -5
It should say
if state.gainsToEndGame() >= 5 or state.cardInfo.Curse in my.draw
since state.gainsToEndGame is a function. Source
Fixed! Thanks for the bug report. I'll see if I can get to more of these as well.
in makeCard "Lookout",
It should say
since state.gainsToEndGame is a function. Source