Remove rotation on market and discard cards

Closes #16
This commit is contained in:
2024-05-13 17:12:01 +02:00
parent 2c4f9abc8d
commit bf036da9a0
4 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
</div>
<div :class="`discard ${discard_unwrapped ? 'unwrapped' : ''}`">
<CardsGrouped :stack="props.player.discard_pile" v-if="!props.discard_unwrapped"> </CardsGrouped>
<CardPreview v-if="props.discard_unwrapped" :card_id="c.card_id" v-for="c in props.player.discard_pile">
<CardPreview :tilted="false" v-if="props.discard_unwrapped" :card_id="c.card_id"
v-for="c in props.player.discard_pile">
<template v-if="goStore.self?.turn && c && isSelf && isPlayerTurn">
<button v-if="goStore.self?.turn.find_effect(CardEffects.SACRIFICE)" @click.stop="sacrifice(c)">