Commit 5c4e5507 authored by sidschingis's avatar sidschingis

fix

c16404809 now correctly works when veilered
parent daaad69a
......@@ -32,6 +32,7 @@ function c16404809.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c16404809.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=5 end
e:GetHandler():ResetNegateEffect(25789292,97268402)
end
function c16404809.filter(c)
return c:IsAbleToHand() and c:IsType(TYPE_SPELL+TYPE_TRAP)
......
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