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 636d834 commit 8828495Copy full SHA for 8828495
rush/c160013036.lua
@@ -19,7 +19,7 @@ end
19
s.listed_names={CARD_BLUETOOTH_B_DRAGON,CARD_TAMABOT}
20
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
21
local ct=Duel.GetMatchingGroupCount(Card.IsCode,e:GetHandlerPlayer(),LOCATION_GRAVE,LOCATION_GRAVE,nil,CARD_TAMABOT)
22
- if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,ct) end
+ if chk==0 then return ct>0 and Duel.IsPlayerCanDiscardDeckAsCost(tp,ct) end
23
end
24
function s.desfilter(c)
25
return c:IsAttackAbove(1500) and c:IsFaceup()
0 commit comments