Commit 9264438e authored by POLYMER's avatar POLYMER

fix

parent ed9ef1ea
......@@ -36,7 +36,7 @@ local e4=Effect.CreateEffect(c)
e4:SetCondition(function(e,tp,eg,ep,ev,re,r,rp)
local ct1=Duel.GetCustomActivityCount(13000750,1-tp,ACTIVITY_CHAIN)
local ct2=Duel.GetCustomActivityCount(13000750,tp,ACTIVITY_CHAIN)
return (ct1+ct2)>=3 end)
return (ct1+ct2)>=3 and e:GetHandler():IsFaceup() end)
e4:SetOperation(cm.disop)
c:RegisterEffect(e4)
if not cm.global_check then
......
......@@ -211,7 +211,7 @@ function cm.initial_effect(c)
ge12:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
ge12:SetTarget(cm.spcon12)
ge12:SetOperation(cm.dp1)
Duel.RegisterEffect(ge12,0)
--Duel.RegisterEffect(ge12,0)
--
local l=Effect.IsHasType
Effect.IsHasType=function(ea,le)
......
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