Commit 95328ff4 authored by wyykak's avatar wyykak

Merge branch 'patch-4' into 'master'

Update c11011.lua

See merge request !29
parents 6d0aa7fb 3c1e86a3
Pipeline #15408 passed with stage
in 9 seconds
...@@ -87,7 +87,7 @@ function c11011.filter(c) ...@@ -87,7 +87,7 @@ function c11011.filter(c)
return c:IsLevelAbove(9) and c:IsSetCard(0x208) and c:IsAbleToHand() return c:IsLevelAbove(9) and c:IsSetCard(0x208) and c:IsAbleToHand()
end end
function c11011.target(e,tp,eg,ep,ev,re,r,rp,chk) 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) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c11011.operation(e,tp,eg,ep,ev,re,r,rp) 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