Commit becc53bb authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 92679db4
......@@ -45,7 +45,7 @@ function c21100657.op(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)>0 and Duel.IsPlayerCanDraw(tp,2) then
if Duel.Draw(tp,2,REASON_EFFECT)==2 then
Duel.Hint(3,tp,HINTMSG_TOGRAVE)
local tg=Duel.SelectMatchingCard(Card.IsAbleToGrave,tp,LOCATION_HAND,0,1,1,nil)
local tg=Duel.SelectMatchingCard(tp,Card.IsAbleToGrave,tp,LOCATION_HAND,0,1,1,nil)
if tg:GetCount()>0 then
Duel.SendtoGrave(tg,REASON_EFFECT)
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