WillFlame14 / hanabi-bot

A bot that plays on the hanab.live interface.
GNU General Public License v3.0
14 stars 9 forks source link

Treat saves past finessed players as still urgent. #303

Closed flackr closed 1 week ago

flackr commented 2 weeks ago

This allows saving critical cards while allowing following players to play into their finesses. Fixes #273.

WillFlame14 commented 1 week ago

It looks like trash fixes are still allowed to be given instead of playing into a finesse (line 267 of urgent-actions.js), even though fix clues don't go through evaluate_clue() and thus won't be filtered if they would lose a finesse connection.

I feel like there's probably a better way to organize urgent actions after these changes, but that doesn't have to be part of this PR.

WillFlame14 commented 1 week ago

Thanks for the help! I'll look into the layered finesse issue separately.