Skip to content

Commit a95a59a

Browse files
committed
fixed Ace Sword Slash
1 parent 6b1e544 commit a95a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160023052.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function s.spfilter(c,e,tp)
2525
end
2626
function s.activate(e,tp,eg,ep,ev,re,r,rp)
2727
--Requirement
28-
if Duel.GetTurnCount()~=2 or Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
28+
if Duel.GetTurnCount()~=2 or (Duel.IsExistingMatchingCard(Card.IsAbleToGraveAsCost,tp,LOCATION_HAND,0,2,e:GetHandler()) and Duel.SelectYesNo(tp,aux.Stringid(id,2))) then
2929
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
3030
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToGraveAsCost,tp,LOCATION_HAND,0,2,2,e:GetHandler())
3131
if #g==0 or Duel.SendtoGrave(g,REASON_COST)==0 then return end

0 commit comments

Comments
 (0)