Skip to content

Commit 62d35c7

Browse files
committed
"Lubellion the Searing Dragon" update
Keep its interaction vs Necrovalley consistent with other Fusion effects that can use materials from the GY
1 parent 10fca40 commit 62d35c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

official/c70534340.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
--Scripted by Eerie Code
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--Fusion Summon procedure
6+
--Fusion Summon materials: 1 DARK monster + "Fallen of Albaz"
77
Fusion.AddProcMix(c,true,true,CARD_ALBAZ,aux.FilterBoolFunctionEx(Card.IsAttribute,ATTRIBUTE_DARK))
88
c:EnableReviveLimit()
9-
--Fusion Summon
9+
--Fusion Summon 1 Level 8 or lower Fusion Monster from your Extra Deck,shuffling Fusion Materials into the Deck, from your monsters on the field, GY, and/or face-up banished cards
1010
local params = {fusfilter=s.fusfilter,matfilter=Fusion.OnFieldMat(Card.IsAbleToDeck),extrafil=s.fextra,extraop=Fusion.ShuffleMaterial,stage2=s.stage2,extratg=s.extratg}
1111
local e1=Effect.CreateEffect(c)
1212
e1:SetDescription(aux.Stringid(id,0))
@@ -33,7 +33,7 @@ function s.fusfilter(c)
3333
return c:IsLevelBelow(8) and not c:IsCode(id)
3434
end
3535
function s.fextra(e,tp,mg)
36-
return Duel.GetMatchingGroup(aux.NecroValleyFilter(Fusion.IsMonsterFilter(Card.IsFaceup,Card.IsAbleToDeck)),tp,LOCATION_GRAVE|LOCATION_REMOVED,0,nil)
36+
return Duel.GetMatchingGroup(Fusion.IsMonsterFilter(Card.IsFaceup,Card.IsAbleToDeck),tp,LOCATION_GRAVE|LOCATION_REMOVED,0,nil)
3737
end
3838
function s.stage2(e,tc,tp,mg,chk)
3939
if chk==2 then

0 commit comments

Comments
 (0)