Skip to content

Commit 8828495

Browse files
committed
fixed Tamabot Burst Dragon
1 parent 636d834 commit 8828495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160013036.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919
s.listed_names={CARD_BLUETOOTH_B_DRAGON,CARD_TAMABOT}
2020
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
2121
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
22+
if chk==0 then return ct>0 and Duel.IsPlayerCanDiscardDeckAsCost(tp,ct) end
2323
end
2424
function s.desfilter(c)
2525
return c:IsAttackAbove(1500) and c:IsFaceup()

0 commit comments

Comments
 (0)