Commit 3b14b61d authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c18700263.lua

parent 0b4add5d
...@@ -42,10 +42,10 @@ function cm.initial_effect(c) ...@@ -42,10 +42,10 @@ function cm.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function cm.spcon1(e,tp,eg,ep,ev,re,r,rp) function cm.spcon1(e,tp,eg,ep,ev,re,r,rp)
return not aux.IsCanBeQuickEffect(e:GetHandler(),tp,18700276) return not Duel.IsPlayerAffectedByEffect(tp,18700276)
end end
function cm.spcon2(e,tp,eg,ep,ev,re,r,rp) function cm.spcon2(e,tp,eg,ep,ev,re,r,rp)
return aux.IsCanBeQuickEffect(e:GetHandler(),tp,18700276) return Duel.IsPlayerAffectedByEffect(tp,18700276)
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsLevelBelow(4) and c:IsAttribute(ATTRIBUTE_WIND) and c:IsAbleToHand() return c:IsLevelBelow(4) and c:IsAttribute(ATTRIBUTE_WIND) and c:IsAbleToHand()
......
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