Commit 42c62992 authored by wind2009's avatar wind2009

Fix フェスティバルーン

parent 440f94ee
...@@ -13,8 +13,8 @@ function s.initial_effect(c) ...@@ -13,8 +13,8 @@ function s.initial_effect(c)
--attack up --attack up
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_CHAIN_SOLVED) e2:SetCode(EVENT_ATTACK_ANNOUNCE)
e2:SetRange(EVENT_ATTACK_ANNOUNCE) e2:SetRange(LOCATION_MZONE)
e2:SetOperation(s.atkop) e2:SetOperation(s.atkop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--destroy --destroy
...@@ -41,6 +41,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,6 +41,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(1000) e1:SetValue(1000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
Duel.AdjustAll()
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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