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

byd

parent 803fe7d5
......@@ -23,7 +23,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.ccfilter(c)
return c:IsFaceup() and c:IsRace(RACE_FAIRY)
return c:IsFaceup() and c:IsSetCard(0xc86)
end
function cm.con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.ccfilter,tp,LOCATION_MZONE,0,1,nil)
......
......@@ -64,6 +64,7 @@ function c50224545.drcon(e,tp,eg,ep,ev,re,r,rp)
return rc:IsControler(1-tp) and e:GetHandler():GetColumnGroup():IsContains(rc)
end
function c50224545.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,50224545)
Duel.Draw(tp,1,REASON_EFFECT)
end
function c50224545.spcon(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -28,7 +28,7 @@ function c65052115.initial_effect(c)
c:RegisterEffect(e3)
end
function c65052115.target(e,c)
return aux.IsCodeListed(c,65052110) and c:IsFaceup() and not c:IsStatus(STATUS_EFFECT_ENABLED) and c:IsType(TYPE_SPELL+TYPE_TRAP)
return aux.IsCodeListed(c,65052110) and c:IsFaceup() and c:IsType(TYPE_SPELL+TYPE_TRAP)
end
function c65052115.indct(e,re,r,rp)
if bit.band(r,REASON_EFFECT)~=0 then
......
......@@ -83,9 +83,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
--up
function cm.lvcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=re:GetHandler()
return rc~=c and c:IsSetCard(0xef1) and rc:IsControler(tp)
return re:GetHandler():IsSetCard(0xef1) and not c:IsCode(m)
end
function cm.lvop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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