Commit 11b0f475 authored by GuGu's avatar GuGu

Update c26004.lua

parent 2642fb81
Pipeline #40922 passed with stage
in 30 seconds
......@@ -22,7 +22,7 @@ function c26004.initial_effect(c)
c:RegisterEffect(e1)
end
function c26004.filter(c)
return (c:IsSetCard(0x251) or c:IsSetCard(0x229)) and c:IsAbleToHand()
return (c:IsSetCard(0x251) or c:IsSetCard(0x229)) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function c26004.target(e,tp,eg,ep,ev,re,r,rp,chk)
local a=Duel.IsExistingMatchingCard(Card.IsDestructable,tp,0,LOCATION_ONFIELD,1,nil)
......
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