Commit 89f456ef authored by GuGu's avatar GuGu

Update c86379047.lua

parent 44c5d5ce
Pipeline #39128 passed with stage
in 48 seconds
......@@ -189,7 +189,7 @@ function c86379047.thfilter(c,p)
return c:IsAbleToHand(p) and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x14a)
end
function c86379047.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsOnField() end
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,e:GetHandler():GetOwner(),LOCATION_GRAVE)
end
function c86379047.op(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