Commit 6045d227 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 232d7719
...@@ -60,7 +60,7 @@ function c68823957.cbop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,7 +60,7 @@ function c68823957.cbop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c68823957.cecon(e,tp,eg,ep,ev,re,r,rp) function c68823957.cecon(e,tp,eg,ep,ev,re,r,rp)
if e==re or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end if e==re or rp~=1-tp or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
if not g or g:GetCount()~=1 then return false end if not g or g:GetCount()~=1 then return false end
local tc=g:GetFirst() local tc=g:GetFirst()
......
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