Commit 7ab29686 authored by salix5's avatar salix5

update left shift

parent 3b7a935a
...@@ -22,7 +22,7 @@ function c92676637.initial_effect(c) ...@@ -22,7 +22,7 @@ function c92676637.initial_effect(c)
end end
function c92676637.slevel(e,c) function c92676637.slevel(e,c)
local lv=e:GetHandler():GetLevel() local lv=e:GetHandler():GetLevel()
return 2*65536+lv return (2<<16)+lv
end end
function c92676637.drcon(e,tp,eg,ep,ev,re,r,rp) function c92676637.drcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsLocation(LOCATION_GRAVE) and r==REASON_SYNCHRO return e:GetHandler():IsLocation(LOCATION_GRAVE) and r==REASON_SYNCHRO
......
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