Comic Images

Twelve Years of Terror - SS3

Descripción

Twelve Years of Terror - SS3

Mid-match Action

Look at your opponent’s Backlash deck, choose 1 card, and he discards the chosen card.
Unique

F: 12 D: 0

Información Extra

Stock: 6

Precio

$5.000 $5.000

Añadido

Detalles del producto

Condición
LP
Compartir este producto
Puede que te interesen otros productos de

Dangerous Alliance

You Can't Stop 'em
Comic Images You Can't Stop 'em
$2.000
Agregar al CarroAgregar
Añadido
I'll Make You Tap
Comic Images I'll Make You Tap
$3.000
Agregar al CarroAgregar
Añadido
Bad to the Bone - SS3
Comic Images Bad to the Bone - SS3
$25.000
Agregar al CarroAgregar
Añadido
Brock Lock
Comic Images Brock Lock
$3.000
Agregar al CarroAgregar
Añadido
Bad to the Bone
Comic Images Bad to the Bone
Desde $8.000
// Función para guardar cookie function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } // Función para obtener cookie function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length); } return null; } // Mostrar el modal si la cookie no existe document.addEventListener('DOMContentLoaded', function () { var popupShown = getCookie('popup'); if (!popupShown) { var modal = new bootstrap.Modal(document.getElementById('myModal')); modal.show(); document.getElementById('closeModalBtn').addEventListener('click', function () { setCookie('popup', '1', 30); // Guardar cookie por 30 días modal.hide(); }); } });