Commit cb077038 authored by Amiya's avatar Amiya

Merge branch 'master' of git.moenext.com:mycard/pre-release-database-cdb

parents fd2af27d 12e3b097
Pipeline #33163 passed with stages
in 2 minutes and 22 seconds
...@@ -58,7 +58,6 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,6 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
if b1 and (not b2 or not Duel.SelectYesNo(tp,aux.Stringid(id,2))) then if b1 and (not b2 or not Duel.SelectYesNo(tp,aux.Stringid(id,2))) then
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(-1000) e1:SetValue(-1000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
......
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