Skip to content

Commit 47db896

Browse files
authored
"Witchcrafter Gennie" fix
It should not target the Spell card it banishes
1 parent 2b13b2a commit 47db896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c64756282.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
5454
local c=e:GetHandler()
5555
if chk==0 then return c:IsAbleToRemoveAsCost() and Duel.IsExistingMatchingCard(s.copyfilter,tp,LOCATION_GRAVE,0,1,nil) end
5656
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
57-
local sc=Duel.SelectTarget(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
57+
local sc=Duel.SelectMatchingCard(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
5858
Duel.Remove(Group.FromCards(sc,c),POS_FACEUP,REASON_COST)
5959
local te,ceg,cep,cev,cre,cr,crp=sc:CheckActivateEffect(true,true,true)
6060
Duel.ClearTargetCard()
@@ -73,4 +73,4 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
7373
if op then
7474
op(e,tp,eg,ep,ev,re,r,rp)
7575
end
76-
end
76+
end

0 commit comments

Comments
 (0)