Commit 0934a578 authored by mercury233's avatar mercury233 Committed by GitHub

fix 魂の共有-コモンソウル

parent 3ec629df
...@@ -64,7 +64,8 @@ function c14772491.rcon(e) ...@@ -64,7 +64,8 @@ function c14772491.rcon(e)
end end
function c14772491.thcon(e,tp,eg,ep,ev,re,r,rp) function c14772491.thcon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
return tc and tc:IsOnField() and e:GetHandler():IsHasCardTarget(tc) return tc and tc:IsOnField() and tc:IsFaceup() and tc:IsSetCard(0x1f)
and e:GetHandler():IsHasCardTarget(tc)
end end
function c14772491.thop(e,tp,eg,ep,ev,re,r,rp) function c14772491.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(e:GetLabelObject(),nil,REASON_EFFECT) Duel.SendtoHand(e:GetLabelObject(),nil,REASON_EFFECT)
......
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