rspeer/dominiate

Simulator never plays Lookout

Closed this issue · 1 comments

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.