about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index f188e18..5c8ee94 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -22,7 +22,7 @@ module Rainbows
       false
     end
   end
-  G = State.new(true, 0, 0, 2)
+  G = State.new(true, 0, 0, 5)
   O = {}
 
   require 'rainbows/const'