Commit 4263cde0 authored by REIKAI's avatar REIKAI 💬

fix

parent 7b249b06
Pipeline #23900 passed with stages
in 21 minutes and 9 seconds
......@@ -77,7 +77,7 @@ end
function cm.thop1(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
end
function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
......
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