Commit 15d0f600 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030004.lua

parent 65d1157a
...@@ -102,7 +102,7 @@ function c12030004.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -102,7 +102,7 @@ function c12030004.drop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,12030004+100)==0 then if Duel.GetFlagEffect(tp,12030004+100)==0 then
local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToGrave,tp,0,LOCATION_MZONE,1,1,nil) local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToGrave,tp,0,LOCATION_MZONE,1,1,nil)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_RULE) Duel.SendtoHand(g,nil,REASON_RULE)
end end
else else
local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToDeck,tp,0,LOCATION_MZONE,2,2,nil) local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToDeck,tp,0,LOCATION_MZONE,2,2,nil)
...@@ -110,4 +110,4 @@ function c12030004.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,4 +110,4 @@ function c12030004.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(g,nil,2,REASON_RULE) Duel.SendtoDeck(g,nil,2,REASON_RULE)
end end
end end
end end
\ No newline at end of file
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