Skip to content

Commit 67af233

Browse files
committed
"Dawn Angel Kambi" fix
Fixed a bug where the player would sometimes not be able to activate the effect to Special Summon from the Deck
1 parent a521ba2 commit 67af233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c12500059.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function s.deckspcost(e,tp,eg,ep,ev,re,r,rp,chk)
5959
e:SetLabel(-100)
6060
local c=e:GetHandler()
6161
if chk==0 then return c:IsReleasable() and c:HasLevel() and Duel.GetCustomActivityCount(id,tp,ACTIVITY_SPSUMMON)==0
62-
and Duel.CheckReleaseGroupCost(tp,s.deckspcostfilter,1,false,s.rescon,nil,e,c) end
62+
and Duel.CheckReleaseGroupCost(tp,s.deckspcostfilter,1,99,false,s.rescon,nil,e,c) end
6363
local g=Duel.SelectReleaseGroupCost(tp,s.deckspcostfilter,1,99,false,s.rescon,nil,e,c)
6464
g:AddCard(c)
6565
e:SetLabel(g:GetSum(Card.GetLevel))

0 commit comments

Comments
 (0)