Fix : wrong stack_next_action_bought_check call
release-tag / release-image (push) Successful in 13s

This commit is contained in:
2024-05-17 18:50:11 +02:00
parent 7d04c037f7
commit 98c552ef45
+1 -1
View File
@@ -93,7 +93,7 @@ async def effect_restack_discarded(_effect: Effect, turn: "Turn", target: str):
async def effect_stack_next_action(_effect: Effect, turn: "Turn", target: str):
return await turn.buy_card(target, turn.player.stack_next_action_bought_check)
return await turn.buy_card(target, turn.stack_next_action_bought_check)
async def effect_stack_next_card(_effect: Effect, turn: "Turn", target: str):