diff -r 962f362690be -r 6ba186f18a73 LuaGameplay.wiki --- a/LuaGameplay.wiki Fri Jun 21 22:22:04 2019 +0100 +++ b/LuaGameplay.wiki Fri Jun 21 22:23:47 2019 +0100 @@ -428,7 +428,7 @@ Returns the RGBA color of the chosen clan by its number. The color data type is described in [LuaOverview#Color]. === !SetClanColor(clan, color) === -Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaOverview#Color]. The new clan color *must* be different from the color of all clans (you can't use this function to change clan memberships of teams). +Sets the RGBA color of the chosen clan by its number. The color argument works the same as in `AddTeam`. The new clan color *must* be different from the color of all clans (you can't use this function to change clan memberships of teams). Note: The stats graph does not support changing clan colors. If the clan colors change in mid-game, the graph might get confused and shows weird stuff. You may want to turn off the graph with if this is the case (see `SendHealthStatsOff`).