We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d244f8 commit bbb23c4Copy full SHA for bbb23c4
unofficial/c511000296.lua
@@ -10,7 +10,7 @@ function s.initial_effect(c)
10
e0:SetType(EFFECT_TYPE_SINGLE)
11
e0:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
12
e0:SetValue(aux.NOT(aux.TargetBoolFunction(Card.IsSetCard,SET_NUMBER)))
13
- c:RegisterEffect(e8)
+ c:RegisterEffect(e0)
14
--When a "Number C1000: Numeronius" you control is destroyed: You can Xyz Summon this card from your Extra Deck, by using it as the Xyz Material
15
local e1=Effect.CreateEffect(c)
16
e1:SetDescription(aux.Stringid(id,0))
0 commit comments