Commit f8947a02 authored by GuGu's avatar GuGu

Update c410402.lua

parent 89f456ef
Pipeline #39129 passed with stage
in 9 seconds
......@@ -93,7 +93,7 @@ function s.thfilter(c,p)
return c:IsAbleToHand(p) and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x14a)
end
function s.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,1-tp,LOCATION_DECK)
end
function s.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