Skip to content

Commit ccd491d

Browse files
committed
extra keyword
1 parent 833f9d7 commit ccd491d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

official/c19580308.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function s.cfilter(c,tp)
2121
and not c:IsCode(id) and c:IsAbleToGraveAsCost() and Duel.GetMZoneCount(tp,c)
2222
end
2323
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
24-
if chk==0 then return and Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,1,nil,tp) end
24+
if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,1,nil,tp) end
2525
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
2626
local g=Duel.SelectMatchingCard(tp,s.cfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,1,1,nil,tp)
2727
Duel.SendtoGrave(g,REASON_COST)

0 commit comments

Comments
 (0)