Skip to content

Commit 8b13ead

Browse files
authored
Update c511001825.lua
1 parent 845336d commit 8b13ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511001825.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function s.filter(c)
1717
return c:IsSpell() and c:IsAbleToHand()
1818
end
1919
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
20-
if chkc then chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and s.filter(chkc) end
20+
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and s.filter(chkc) end
2121
if chk==0 then return Duel.IsExistingTarget(s.filter,tp,LOCATION_GRAVE,0,1,nil) end
2222
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
2323
local g=Duel.SelectTarget(tp,s.filter,tp,LOCATION_GRAVE,0,1,1,nil)

0 commit comments

Comments
 (0)