From 7364dc3ee4da18a84f8354395450083bc6e07ab4 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 14:13:02 +0200 Subject: [PATCH] Fix STACK_NEXT_ACTION_BOUGHT not checking for card_type Related to #61 --- components/MarketCards.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MarketCards.vue b/components/MarketCards.vue index e8e1600..1fc0132 100644 --- a/components/MarketCards.vue +++ b/components/MarketCards.vue @@ -26,7 +26,7 @@ const buyableFiregem = computed(() => goStore?.current_game?.gem_stack.at(-1)) BUY IN STACK (generic)