Commit e48e640e authored by mercury233's avatar mercury233

fix

parent 2c7b8b38
...@@ -17,6 +17,7 @@ function c100227009.initial_effect(c) ...@@ -17,6 +17,7 @@ function c100227009.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetCondition(c100227009.descon) e2:SetCondition(c100227009.descon)
e2:SetTarget(c100227009.destg) e2:SetTarget(c100227009.destg)
e2:SetOperation(c100227009.desop) e2:SetOperation(c100227009.desop)
......
...@@ -72,5 +72,6 @@ function c100228002.target2(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -72,5 +72,6 @@ function c100228002.target2(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c100228002.operation2(e,tp,eg,ep,ev,re,r,rp) function c100228002.operation2(e,tp,eg,ep,ev,re,r,rp)
local rg=Duel.GetDecktopGroup(tp,4) local rg=Duel.GetDecktopGroup(tp,4)
Duel.DisableShuffleCheck()
Duel.Remove(rg,POS_FACEUP,REASON_EFFECT) Duel.Remove(rg,POS_FACEUP,REASON_EFFECT)
end 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