Commit 5b6bf476 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700694.lua

parent cd11b52c
...@@ -24,7 +24,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -24,7 +24,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsLocation(LOCATION_GRAVE) and r==REASON_FUSION and rc:IsSetCard(0x3529) return c:IsLocation(LOCATION_GRAVE) and r==REASON_FUSION and rc:IsSetCard(0x3529)
end end
function s.drfilter(c,e,tp) function s.drfilter(c,e,tp)
return c:IsSetCard(0x150) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x5529) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and s.drfilter(chkc,e,tp) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and s.drfilter(chkc,e,tp) 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