Commit 62bae682 authored by mercury233's avatar mercury233 Committed by GitHub

fix D-HERO Bloo-D

parent 7de4b695
...@@ -69,10 +69,13 @@ function c83965310.spop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -69,10 +69,13 @@ function c83965310.spop(e,tp,eg,ep,ev,re,r,rp,c)
end end
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c83965310.cfilter(c)
return c:GetFlagEffect(83965310)>0
end
function c83965310.eqcon(e,tp,eg,ep,ev,re,r,rp) function c83965310.eqcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local eqg=c:GetEquipGroup() local eqg=c:GetEquipGroup()
return eqg==nil or not eqg:IsExists(Card.GetFlagEffect,1,nil,83965310) return eqg==nil or not eqg:IsExists(c83965310.cfilter,1,nil)
end end
function c83965310.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c83965310.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and chkc:IsAbleToChangeControler() end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and chkc:IsAbleToChangeControler() 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