Commit ade7b531 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700700.lua

parent 2145a29b
......@@ -27,8 +27,7 @@ function s.x(c)
end
function s.drcon1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=e:GetHandler():GetReasonCard()
return c:IsLocation(LOCATION_GRAVE) and r==REASON_FUSION and rc:IsSetCard(0x3529)
return c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousControler(tp) and c:GetReasonPlayer()==1-tp
end
function s.drfilter(c,e,tp)
if c:IsType(TYPE_FUSION) then return false end
......@@ -51,9 +50,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,tc)
end
if op==2 then
if tc:IsRelateToEffect(e) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
end
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
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