Commit 3c1e86a3 authored by GuGu's avatar GuGu

Update c11011.lua

parent 28f6256d
......@@ -87,7 +87,7 @@ function c11011.filter(c)
return c:IsLevelAbove(9) and c:IsSetCard(0x208) and c:IsAbleToHand()
end
function c11011.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c11011.filter,tp,LOCATION_DECK,0,1,nil) end
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function c11011.operation(e,tp,eg,ep,ev,re,r,rp)
......
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