Skip to content

Commit a292ad7

Browse files
authored
Update c300305011.lua
Errant apostrophe removal
1 parent 8ba9860 commit a292ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill/c300305011.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function s.costfilter(c,e,tp,eg,ep,ev,re,r,rp)
119119
return Fusion.SummonEffTG(params)(e,tp,eg,ep,ev,re,r,rp,0)
120120
end
121121
function s.fuscost(e,tp,eg,ep,ev,re,r,rp,chk)
122-
` if chk==0 then return Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_HAND,0,1,nil,e,tp,eg,ep,ev,re,r,rp) end
122+
if chk==0 then return Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_HAND,0,1,nil,e,tp,eg,ep,ev,re,r,rp) end
123123
Duel.DiscardHand(tp,s.costfilter,1,1,REASON_COST|REASON_DISCARD,nil,e,tp,eg,ep,ev,re,r,rp)
124124
end
125125
function s.matfilter(c)

0 commit comments

Comments
 (0)