Skip to content

Commit 49118b2

Browse files
committed
"Evil HERO Vicious Claws" fix
- fixed a bug where it could not be searched by "Evil HERO Adusted Gold"
1 parent 42aaee2 commit 49118b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c101208005.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function s.initial_effect(c)
2929
c:RegisterEffect(e2)
3030
end
3131
s.listed_series={SET_HERO}
32-
s.listes_names={CARD_DARK_FUSION}
32+
s.listed_names={CARD_DARK_FUSION}
3333
function s.handsptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
3434
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsFaceup() and c:IsSetCard(SET_HERO) end
3535
local c=e:GetHandler()

0 commit comments

Comments
 (0)