Commit d9a4a91c authored by POLYMER's avatar POLYMER

fix

parent 47c8ca25
...@@ -11,7 +11,8 @@ function c11771585.initial_effect(c) ...@@ -11,7 +11,8 @@ function c11771585.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(11771585,0)) e1:SetDescription(aux.Stringid(11771585,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,11771585) e1:SetCountLimit(1,11771585)
e1:SetCondition(c11771585.con1) e1:SetCondition(c11771585.con1)
...@@ -155,4 +156,4 @@ function c11771585.op3(e,tp,eg,ep,ev,re,r,rp) ...@@ -155,4 +156,4 @@ function c11771585.op3(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(1-tp,actual_ct2,REASON_EFFECT) Duel.Draw(1-tp,actual_ct2,REASON_EFFECT)
end end
end end
end end
\ No newline at end of file
...@@ -34,7 +34,6 @@ function cm.initial_effect(c) ...@@ -34,7 +34,6 @@ function cm.initial_effect(c)
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetRange(LOCATION_HAND) e3:SetRange(LOCATION_HAND)
e3:SetCountLimit(1,22349198)
e3:SetCondition(c22348199.descon) e3:SetCondition(c22348199.descon)
e3:SetCost(c22348199.descost) e3:SetCost(c22348199.descost)
e3:SetTarget(c22348199.destg) e3:SetTarget(c22348199.destg)
......
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