Commit b44cd50b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12006010.lua

parent b27d83db
......@@ -47,7 +47,7 @@ function c12006010.condition(e,tp,eg,ep,ev,re,r,rp)
and c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp
end
function c12006010.filter(c,e,tp)
return c:IsSetCard(08fbd) and (c:IsAbleToHand() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))
return c:IsSetCard(0x8fbd) and (c:IsAbleToHand() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))
end
function c12006010.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c12006010.filter,tp,LOCATION_DECK,0,1,nil,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