Commit acfd384a authored by VanillaSalt's avatar VanillaSalt

Merge pull request #763 from woodee/patch-58

fix
parents 5d9d8f48 78412101
......@@ -28,7 +28,7 @@ function c91110378.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x86)
end
function c91110378.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c91110378.cfilter,1,nil)
return eg:IsExists(c91110378.cfilter,1,nil) and rp==tp
end
function c91110378.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1)
......
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