Commit b1c44e73 authored by woodee's avatar woodee

Merge pull request #147 from mercury233/patch-2

add timing hint
parents 7f78e077 833f727c
......@@ -10,7 +10,7 @@ function c46772449.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMING_SPSUMMON)
e1:SetHintTiming(TIMING_SPSUMMON,TIMING_BATTLE_START)
e1:SetCondition(c46772449.condition)
e1:SetCost(c46772449.cost)
e1:SetTarget(c46772449.target)
......@@ -54,4 +54,4 @@ function c46772449.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp)
local g=Duel.GetMatchingGroup(Card.IsDestructable,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,e:GetHandler())
Duel.Destroy(g,REASON_EFFECT)
end
\ No newline at end of file
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