Skip to content

Commit

Permalink
fix class colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodsoul committed Jan 11, 2017
1 parent 657efc0 commit abab94b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions revelation.class.php
Expand Up @@ -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();
Expand Down

0 comments on commit abab94b

Please sign in to comment.