rename function

This commit is contained in:
2026-05-16 22:06:50 -07:00
parent 6fec71ea0a
commit bb558c7983
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ fn get_good_move(state: &Klondike) -> Option<KlondikeInstruction> {
}) if !state.state().is_tableau_face_down_empty(tableau)
|| state
.state()
.card(dst_tableau.src)
.stack_bottom_card(dst_tableau.src)
.is_some_and(|card| card.value() != CardValue::KING) =>
{
2