diff --git a/components/SelfView.vue b/components/SelfView.vue index 4c6264b..756376d 100644 --- a/components/SelfView.vue +++ b/components/SelfView.vue @@ -82,6 +82,11 @@ const discard_unwrapped = ref(false) :disabled="!goStore.self || !c || c.uuid in goStore.self?.turn.cards_locked" @click="useEffect(goStore.self!.turn.effects_availables.find(e => (e.effect == CardEffects.SACRIFICE) && e.usable)!, c)">SACRIFICE + +