Commit 52fdb07f authored by songtongtong's avatar songtongtong

bug fix

parent 146652aa
Pipeline #22243 passed with stages
in 31 minutes and 31 seconds
......@@ -98,7 +98,7 @@ function cm.actop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function cm.splimitc(e,c)
return not c:GetCode()//100000==120
return not (c:GetCode()//100000==120)
end
function cm.con(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(tp,LOCATION_DECK,0)
......
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