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

Replace c52700697.lua

parent 4bc90e3d
...@@ -104,7 +104,8 @@ function s.drcon1(e,tp,eg,ep,ev,re,r,rp) ...@@ -104,7 +104,8 @@ function s.drcon1(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) function s.drfilter(c)
return c:IsSetCard(0x3529) and (c:IsAbleToHand() or c:IsAbleToGrave()) return c:IsSetCard(0x3529) and c:IsType(TYPE_MONSTER) and
(c:IsAbleToHand() or c:IsAbleToGrave())
end end
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.drfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(s.drfilter,tp,LOCATION_DECK,0,1,nil) 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