Commit 5356ef44 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #801 from salix5/patch

fix: sin
parents bee0283a 84c3fb59
--Sin パラドクス·ドラゴン
--Sin パラドクスドラゴン
function c8310162.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure2(c,aux.FilterBoolFunction(Card.IsCode,74509280),aux.NonTuner(Card.IsSetCard,0x23))
......@@ -19,6 +19,7 @@ function c8310162.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_SELF_DESTROY)
e2:SetRange(LOCATION_MZONE)
e2:SetCondition(c8310162.descon)
c:RegisterEffect(e2)
end
......
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