Skip to content

Commit dd2dd0e

Browse files
authored
Update c511001829.lua
1 parent 9f43e90 commit dd2dd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511001829.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
function s.filter(c)
1616
return c:IsSpellTrap() and c:IsAbleToHand()
1717
end
18-
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
18+
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
1919
if chkc then return chkc:IsLocation(LOCATION_ONFIELD) and chkc:IsControler(1-tp) and s.filter(chkc) end
2020
local c=e:GetHandler()
2121
local ct=Duel.GetMatchingGroupCount(nil,tp,LOCATION_HAND,0,e:GetHandler())

0 commit comments

Comments
 (0)