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 27f691e commit d1562f9Copy full SHA for d1562f9
pre-release/c101301058.lua
@@ -43,7 +43,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
43
local tohand_chk=Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsCode,101301054),tp,LOCATION_ONFIELD,0,1,nil)
44
local hint_desc=tohand_chk and aux.Stringid(id,2) or HINTMSG_TOFIELD
45
Duel.Hint(HINT_SELECTMSG,tp,hint_desc)
46
- local sc=Duel.SelectMatchingCard(tp,s.plthfilter,tp,LOCATION_DECK|LOCATION_GRAVE,0,1,1,nil,tohand_chk):GetFirst()
+ local sc=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.plthfilter),tp,LOCATION_DECK|LOCATION_GRAVE,0,1,1,nil,tohand_chk):GetFirst()
47
if not sc then return end
48
if sc:IsCode(101301054) then
49
if not tohand_chk then
@@ -82,4 +82,4 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
82
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
83
end
84
85
-end
+end
0 commit comments