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)
if Duel.GetFlagEffect(tp,12030004+100)==0 then
local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToGrave,tp,0,LOCATION_MZONE,1,1,nil)
if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_RULE)
Duel.SendtoHand(g,nil,REASON_RULE)
end
else
local g=Duel.SelectMatchingCard(1-tp,Card.IsAbleToDeck,tp,0,LOCATION_MZONE,2,2,nil)
......
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