Commit 0e3bd161 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #646 from salix5/patch

fix
parents 87e60ce9 835bab98
...@@ -77,7 +77,7 @@ function c79106360.sp(e,tp,ct) ...@@ -77,7 +77,7 @@ function c79106360.sp(e,tp,ct)
tc=g:GetNext() tc=g:GetNext()
end end
if conf-g:GetCount()>0 then if conf-g:GetCount()>0 then
Duel.DiscardDeck(tp,conf-g:GetCount(),REASON_EFFECT++REASON_REVEAL) Duel.DiscardDeck(tp,conf-g:GetCount(),REASON_EFFECT+REASON_REVEAL)
end end
return g return g
end end
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