Commit ad292e1c authored by nanahira's avatar nanahira

fix format

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