Commit 79e8c2e8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 30112018
This diff is collapsed.
...@@ -66,7 +66,7 @@ function c65020185.fusfil(c) ...@@ -66,7 +66,7 @@ function c65020185.fusfil(c)
return c:IsFusionSetCard(0xcda9) and c:IsFusionType(TYPE_FUSION) return c:IsFusionSetCard(0xcda9) and c:IsFusionType(TYPE_FUSION)
end end
function c65020185.calfil(c) function c65020185.calfil(c)
return c:IsType(TYPE_FUSION) and c:IsFaceup() and not c.material_code return c:IsType(TYPE_FUSION) and c:IsFaceup() and c.material==nil
end end
function c65020185.notsoulop(e,tp,eg,ep,ev,re,r,rp) function c65020185.notsoulop(e,tp,eg,ep,ev,re,r,rp)
local phase=Duel.GetCurrentPhase() local phase=Duel.GetCurrentPhase()
......
...@@ -25,7 +25,7 @@ function c65045006.initial_effect(c) ...@@ -25,7 +25,7 @@ function c65045006.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c65045006.adof(c) function c65045006.adof(c)
return c:IsType(TYPE_FUSION) and c:IsFaceup() and not c.material_code return c:IsType(TYPE_FUSION) and c:IsFaceup() and c.material==nil
end end
function c65045006.adop(e,tp,eg,ep,ev,re,r,rp) function c65045006.adop(e,tp,eg,ep,ev,re,r,rp)
local phase=Duel.GetCurrentPhase() local phase=Duel.GetCurrentPhase()
......
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