File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55#pragma semicolon 1
66#pragma newdecls required
77
8- #define PLUGIN_VERSION " 1.3 "
8+ #define PLUGIN_VERSION " 1.4 "
99
1010enum struct MapInfo {
1111 char Name [64 ];
@@ -31,13 +31,17 @@ public void OnPluginStart() {
3131 LoadTranslations (" maptiersinfo.phrases" );
3232
3333 g_TierColors = new StringMap ();
34+ g_TierColors .SetString (" 0" , " {grey } " );
3435 g_TierColors .SetString (" 1" , " {limegreen } " );
3536 g_TierColors .SetString (" 2" , " {forestgreen } " );
3637 g_TierColors .SetString (" 3" , " {goldenrod } " );
3738 g_TierColors .SetString (" 4" , " {darkorange } " );
3839 g_TierColors .SetString (" 5" , " {orangered } " );
3940 g_TierColors .SetString (" 6" , " {fullred } " );
40- g_TierColors .SetString (" 7" , " {fullred } " ); // Added for tier 7
41+ g_TierColors .SetString (" 7" , " {fullred } " );
42+ g_TierColors .SetString (" 8" , " {purple } " );
43+ g_TierColors .SetString (" 9" , " {darkviolet } " );
44+ g_TierColors .SetString (" 10" , " {magenta } " );
4145
4246 RegConsoleCmd (" sm_tier" , CMD_GetTier );
4347}
You can’t perform that action at this time.
0 commit comments