Commit f6637d20 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Performapal Seal Eel (#767)

parent 24e8096c
--EMシール・イール
function c33833230.initial_effect(c)
aux.EnablePendulumAttribute(c)
--Negate effect
--Disable effect
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(33833230,0))
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(1)
e1:SetTarget(c33833230.distg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment