Commit 193a1570 authored by mercury233's avatar mercury233 Committed by GitHub

fix 真六武衆-エニシ (#1905)

parent d08e86d3
...@@ -55,7 +55,8 @@ function c75116619.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -55,7 +55,8 @@ function c75116619.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c75116619.thop(e,tp,eg,ep,ev,re,r,rp) function c75116619.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e)
and Duel.IsExistingMatchingCard(c75116619.cfilter,tp,LOCATION_MZONE,0,1,nil) then
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,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