Commit 3b7a935a authored by mercury233's avatar mercury233

fix サイバー・エンジェル-美朱濡-

parent e632ddc0
......@@ -77,12 +77,14 @@ function c45627618.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(1-tp,ct*1000,REASON_EFFECT)
end
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EXTRA_ATTACK)
e1:SetValue(2)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1)
end
end
function c45627618.valcheck(e,c)
local g=c:GetMaterial()
......
......@@ -42,8 +42,11 @@ end
function c78316184.desop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c78316184.desfilter,tp,0,LOCATION_MZONE,nil)
local ct=Duel.Destroy(g,REASON_EFFECT)
if Duel.Damage(1-tp,ct*1000,REASON_EFFECT)~=0 then
if ct>0 then
Duel.Damage(1-tp,ct*1000,REASON_EFFECT)
end
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_EXTRA_ATTACK)
......
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