Commit 0f160475 authored by wind2009's avatar wind2009

Fix コンベックス・ナイト

parent 637c7337
Pipeline #42283 canceled with stages
in 47 seconds
...@@ -76,6 +76,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,6 +76,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if tc and Duel.SendtoGrave(tc,REASON_EFFECT)~=0 and tc:IsLocation(LOCATION_GRAVE) then if tc and Duel.SendtoGrave(tc,REASON_EFFECT)~=0 and tc:IsLocation(LOCATION_GRAVE) then
local lv=tc:GetLevel() local lv=tc:GetLevel()
if lv>0 and c:IsFaceup() and c:IsRelateToChain() then if lv>0 and c:IsFaceup() and c:IsRelateToChain() then
Duel.BreakEffect()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_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