ExpeditionRPG / expedition

Expedition: The Cards & App RPG
https://ExpeditionGame.com
Other
79 stars 26 forks source link

Use live node state for numAliveAdventurers in Resolve Damage card #794

Closed smartin015 closed 5 years ago

smartin015 commented 5 years ago

Fixes #793

The bug was caused because props.numAliveAdventurers does not update when user input changes the current card state (that requires fetching the actual state instead of the props passed at initial card render time).