From 471ae4b82648af9b786d2651f977a10f8ff5ddf8 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Mon, 18 Jul 2011 19:22:28 -0500 Subject: [PATCH] corrected the role settings --- var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var.py b/var.py index 5e16b5f..ac795b7 100644 --- a/var.py +++ b/var.py @@ -30,7 +30,7 @@ ROLES_GUIDE = { 4 : ( 1 , 1 , 0 , 0 , 0 , 0 , 0 8 : ( 1 , 2 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 ), ## 10 : ( 1 , 2 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 ), ## 11 : ( 1 , 2 , 1 , 1 , 1 , 1 , 1 , 0 , 1 , 0 ), ## - 15 : ( 1 , 1 , 1 , 1 , 1 , 1 , 1 , 0 , 1 , 1 ), ## + 15 : ( 1 , 3 , 1 , 1 , 1 , 1 , 1 , 0 , 1 , 1 ), ## None : ( 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )} ## ################################################################################################################# # Notes: ##