diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue
index b66372c..392d52b 100644
--- a/components/PlayerSlot.vue
+++ b/components/PlayerSlot.vue
@@ -30,10 +30,9 @@ const discard_unwrapped = ref(false)
Damage
-

@@ -59,9 +58,10 @@ const discard_unwrapped = ref(false)
{{ props.player.turn.gold_reserve }}
-
discard_markers = {{ props.player.turn.discard_markers }}
+ discard_markers = {{ props.player.turn.discard_markers }}
+
effects_availables =
+ v-if="!isSelf && !isTurn && goStore.self?.team == goStore.game?.current_turn && goStore.self?.turn.find_effect(CardEffects.STUN) && (c.health_as_champion ?? 0) > 0"
+ @click="useEffect(goStore.self.turn.find_effect(CardEffects.STUN)!, c)">STUN