Commit 51501d8c authored by fallenstardust's avatar fallenstardust

fix 24PP-JP013 script

parent 2fa4c076
Pipeline #24261 passed with stages
in 32 seconds
...@@ -64,7 +64,7 @@ function c100214013.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function c100214013.drop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) then if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) then
local g=Group.FromCards(c,tc) local g=Group.FromCards(c,tc)
if Duel.SendtoGrave(g,REASON_EFFECT)~=2 then if Duel.SendtoGrave(g,REASON_EFFECT)~=0 then
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
end end
......
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