Skip to content

Commit 9028774

Browse files
authored
Update "Number C1: Numeron Chaos Gate Sunya (Anime)"
-Effect relation check was causing the special summon to fail
1 parent 34f26a6 commit 9028774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unofficial/c511000277.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function s.initial_effect(c)
2929
e3:SetTarget(s.bantg)
3030
e3:SetOperation(s.banop)
3131
c:RegisterEffect(e3)
32-
3332
end
3433
s.listed_series={SET_NUMBER}
3534
s.listed_names={CARD_NUMERON_NETWORK,15232745} --"Number 1: Numeron Gate Ekam"
@@ -51,7 +50,7 @@ function s.banop(e,tp,eg,ep,ev,re,r,rp)
5150
if tcatk<0 or tc:IsFacedown() then tcatk=0 end
5251
atk=atk+tcatk
5352
end
54-
if Duel.Remove(g,POS_FACEUP,REASON_EFFECT)>0 and c:IsRelateToEffect(e) then
53+
if Duel.Remove(g,POS_FACEUP,REASON_EFFECT)>0 then
5554
local e3=Effect.CreateEffect(c)
5655
e3:SetDescription(aux.Stringid(id,2))
5756
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)

0 commit comments

Comments
 (0)