Commit ad292e1c authored by nanahira's avatar nanahira

fix format

parent 656292b5
......@@ -81,9 +81,9 @@ function Auxiliary.OR(...)
end
end
function Auxiliary.NOT(f)
return function(...)
return not f(...)
end
return function(...)
return not f(...)
end
end
function Auxiliary.BeginPuzzle(effect)
local e1=Effect.GlobalEffect()
......
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