Commit 4d678362 authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent 9a4fb2ae
......@@ -103,7 +103,7 @@ function c71403003.op1(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectMatchingCard(tp,nil,0,LOCATION_ONFIELD,LOCATION_ONFIELD,1,2,nil)
local g=Duel.SelectMatchingCard(tp,nil,0,LOCATION_ONFIELD,LOCATION_ONFIELD,1,2,tc)
if g:GetCount()>0 then
Duel.BreakEffect()
g:AddCard(tc)
......
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