Commit 561f3830 authored by wind2009's avatar wind2009

Fix 貴き黄金郷のエルドリクシル

parent 7945d795
...@@ -14,6 +14,7 @@ function s.initial_effect(c) ...@@ -14,6 +14,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e2:SetCountLimit(1,id) e2:SetCountLimit(1,id)
e2:SetCost(s.cost) e2:SetCost(s.cost)
e2:SetTarget(s.target) e2:SetTarget(s.target)
...@@ -70,5 +71,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,5 +71,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SSet(tp,g) Duel.SSet(tp,g)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
e:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND)
end end
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