Commit 36e27c6d authored by Tachibana's avatar Tachibana

ybb

parent 8874357f
...@@ -99,11 +99,11 @@ function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -99,11 +99,11 @@ function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function cm.drop(e,tp,eg,ep,ev,re,r,rp) function cm.drop(e,tp,eg,ep,ev,re,r,rp)
local ct,ct2=e:GetLabel() local ct,ct2=e:GetLabel()
if ct1>0 then if ct>0 then
Duel.Draw(tp,ct1,REASON_EFFECT) Duel.Draw(tp,ct,REASON_EFFECT)
end end
if ct2>0 then if ct2>0 then
Duel.Draw(tp,ct2,REASON_EFFECT) Duel.Draw(1-tp,ct2,REASON_EFFECT)
end end
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
......
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