Commit e2293af0 authored by 聖園ミカ's avatar 聖園ミカ 🐟

vme50

parent 318f7772
......@@ -81,7 +81,7 @@ end
function s.tkop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.ckfilter1,tp,0,LOCATION_MZONE,nil)
if g:GetCount()>0 then
local tc=g:RandomSelect(tp,1):GetFirst()
local tc=g:RandomSelect(tp,1):GetFirst()
Duel.Destroy(tc,REASON_EFFECT)
end
end
......@@ -104,7 +104,7 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst()
while tc do
local predef=tc:GetDefense()
local e1=Effect.CreateEffect(c)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_DEFENSE)
e1:SetValue(-2000)
......
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