Commit 4ecb1c32 authored by GuGu's avatar GuGu

Update c29510.lua

parent 631e5329
Pipeline #32904 passed with stage
in 7 seconds
......@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RegisterEffect(e1)
end
function c29510.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return Duel.IsPlayerCanDraw(1-tp,1) end
end
function c29510.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Group.CreateGroup()
......
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