Commit 835bab98 authored by salix5's avatar salix5

fix

79106360
type error
parent 87e60ce9
...@@ -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