Commit 736bcaad authored by wind2009's avatar wind2009

Fix

parent 1e3fde5d
Pipeline #42079 failed with stages
in 39 seconds
No preview for this file type
...@@ -50,7 +50,7 @@ end ...@@ -50,7 +50,7 @@ end
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetMatchingGroup(s.excostfilter,tp,LOCATION_GRAVE,0,nil,tp) local g=Duel.GetMatchingGroup(s.excostfilter,tp,LOCATION_GRAVE,0,nil,tp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsReleasable() then g:AddCard(c) end if c:IsReleasable() and c:IsSetCard(0xa3) then g:AddCard(c) end
if chk==0 then return #g>0 end if chk==0 then return #g>0 end
local tc local tc
if #g>1 then if #g>1 then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment