diff --git a/revelation.class.php b/revelation.class.php index 8efb26d..207c1fe 100644 --- a/revelation.class.php +++ b/revelation.class.php @@ -72,12 +72,12 @@ class revelation extends game_generic { ); protected $class_colors = array( - 1 => '#58D3F7', - 2 => 'green', - 3 => 'yellow', - 4 => 'orange', - 5 => 'red', - 6 => 'gray', + 1 => '#58D3F7', + 2 => '#008000', + 3 => '#FFFF00', + 4 => '#FFA500', + 5 => '#FF0000', + 6 => '#808080', ); protected $glang = array();