Commit 4fb0de1b authored by salix5's avatar salix5

Merge pull request #1389 from nekrozar/patch-3

fix Soaring Eagle Above the Searing Land
parents 300286f9 ce7b8c79
......@@ -21,6 +21,7 @@ function c26381750.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
end
function c26381750.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetMatchingGroup(Card.IsSetCard,tp,LOCATION_GRAVE,0,nil,0x39):GetClassCount(Card.GetCode)<3 then return end
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)~=0 then
local e1=Effect.CreateEffect(c)
......
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