Commit 2ee08003 authored by 未闻皂名's avatar 未闻皂名

2022/5/17 调整更新

parent e82359c0
Pipeline #12836 passed with stages
in 3 minutes and 55 seconds
......@@ -13,7 +13,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
end
--Attack Twice
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP,true)
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP)
function cm.costfilter(c)
return c:IsLevelAbove(7) and c:IsRace(RACE_DRAGON) and c:IsAbleToGraveAsCost()
end
......
......@@ -31,7 +31,7 @@ function cm.eff1op(e,tp,eg,ep,ev,re,r,rp)
end
end
--Indes
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP,true)
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP)
function cm.eff2con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,LOCATION_MZONE,0,1,nil)
end
......
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