Merge branch 'devcolor' into dev

This commit is contained in:
sigonasr2 2013-11-23 12:15:00 -07:00
commit 703542f531

View File

@ -13230,13 +13230,13 @@ implements Listener
color = "Light Blue"; color = "Light Blue";
}break; }break;
case 13:{ case 13:{
color = "Green"; color = "Magenta";
}break; }break;
case 14:{ case 14:{
color = "Red"; color = "Orange";
}break; }break;
case 15:{ case 15:{
color = "Black"; color = "White";
}break; }break;
} }
} else { } else {