Commit 9c124d0f authored by POLYMER's avatar POLYMER

fix

parent a1e31379
...@@ -58,7 +58,7 @@ function cm.repop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function cm.repop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.cpcon(e,tp,eg,ep,ev,re,r,rp) function cm.cpcon(e,tp,eg,ep,ev,re,r,rp)
return eg --and not Duel.IsPlayerAffectedByEffect(tp,14000601) return eg and not eg:IsContains(e:GetHandler()) --and not Duel.IsPlayerAffectedByEffect(tp,14000601)
end end
function cm.tgfilter(c,e,tp) function cm.tgfilter(c,e,tp)
return (c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_CYBERSE)) or Duel.IsPlayerAffectedByEffect(tp,14000601) return (c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_CYBERSE)) or Duel.IsPlayerAffectedByEffect(tp,14000601)
......
...@@ -122,6 +122,7 @@ function s.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -122,6 +122,7 @@ function s.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) end if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELECT) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELECT)
local tc=Duel.SelectMatchingCard(tp,s.filter,tp,LOCATION_MZONE,0,1,1,nil,e,tp):GetFirst() local tc=Duel.SelectMatchingCard(tp,s.filter,tp,LOCATION_MZONE,0,1,1,nil,e,tp):GetFirst()
Duel.HintSelection(Group.FromCards(tc))
if not EFFECT_REMOVE_LINK_MARKER_KOISHI and not Duel.Exile then if not EFFECT_REMOVE_LINK_MARKER_KOISHI and not Duel.Exile then
EFFECT_REMOVE_LINK_MARKER_KOISHI=id+1000 EFFECT_REMOVE_LINK_MARKER_KOISHI=id+1000
local _GetLink=Card.GetLink local _GetLink=Card.GetLink
......
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