Commit 19e0939b authored by 伊蕾娜's avatar 伊蕾娜
parents 9d58f021 afea8590
......@@ -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()
......
......@@ -70,7 +70,6 @@ function cCardno.cost_chain(e,tp,eg,ep,ev,re,r,rp,chk)
tc:RegisterFlagEffect(Cardno,RESET_CHAIN,0,1)
end
function cCardno.target_chain(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return true end
if chk==0 then return true end
end
function cCardno.operation_chain(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