Commit 0cd2fef3 authored by salix5's avatar salix5

Merge pull request #1303 from nekrozar/patch-4

fix Odd-Eyes Rebellion Dragon
parents 6f4b88d0 e3d2548f
...@@ -119,5 +119,5 @@ function c45627618.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,5 +119,5 @@ function c45627618.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsFaceup() return e:GetHandler():IsFaceup()
end end
function c45627618.splimit(e,se,sp,st) function c45627618.splimit(e,se,sp,st)
return e:GetHandler():IsStatus(STATUS_PROC_COMPLETE) and bit.band(st,SUMMON_TYPE_PENDULUM)==SUMMON_TYPE_PENDULUM return e:GetHandler():IsStatus(STATUS_PROC_COMPLETE) and bit.band(st,SUMMON_TYPE_XYZ)~=SUMMON_TYPE_XYZ
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