Commit 771088d4 authored by TanakaKotoha's avatar TanakaKotoha

Merge branch 'master' of git.mycard.moe:alstroemeria-silentlove/ygopro-222DIY-cards

parents f0eb4bc1 cf975594
...@@ -195,4 +195,4 @@ end ...@@ -195,4 +195,4 @@ end
function c1000811.operation2(e,tp,eg,ep,ev,re,r,rp) function c1000811.operation2(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c1000811.filter2,tp,LOCATION_MZONE,0,e:GetHandler()) local g=Duel.GetMatchingGroup(c1000811.filter2,tp,LOCATION_MZONE,0,e:GetHandler())
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
\ No newline at end of file
...@@ -66,4 +66,4 @@ function c1000813.aatkcon(e) ...@@ -66,4 +66,4 @@ function c1000813.aatkcon(e)
end end
function c1000813.sumlimit(e,c,sump,sumtype,sumpos,targetp) function c1000813.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return c:IsLocation(LOCATION_EXTRA) return c:IsLocation(LOCATION_EXTRA)
end end
\ No newline at end of file
...@@ -80,4 +80,4 @@ function c1000819.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,4 +80,4 @@ function c1000819.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.SetLP(tp,Duel.GetLP(tp)-2000) Duel.SetLP(tp,Duel.GetLP(tp)-2000)
end end
end end
\ No newline at end of file
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