We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f9d7 commit ccd491dCopy full SHA for ccd491d
1 file changed
official/c19580308.lua
@@ -21,7 +21,7 @@ function s.cfilter(c,tp)
21
and not c:IsCode(id) and c:IsAbleToGraveAsCost() and Duel.GetMZoneCount(tp,c)
22
end
23
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
+ if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,1,nil,tp) end
25
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
26
local g=Duel.SelectMatchingCard(tp,s.cfilter,tp,LOCATION_HAND|LOCATION_ONFIELD,0,1,1,nil,tp)
27
Duel.SendtoGrave(g,REASON_COST)
0 commit comments