Commit e208a094 authored by Grajade's avatar Grajade

Update c22202.lua

parent d3e4842a
Pipeline #11311 passed with stage
in 39 seconds
......@@ -20,7 +20,7 @@ function c22202.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,tp,1)
end
function c22202.filter(c)
return c:IsSetCard(0xa999) and c:IsAbleToHand()
return c:IsSetCard(0xa999) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function c22202.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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