# HG changeset patch
# User Wuzzy
# Date 1561152227 -3600
# Node ID 6ba186f18a73509c008fac8da4331068f307260c
# Parent  962f362690beed69e7de2ffd49383cc36f7db950
LuaGameplay: Update SetClanColor

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].
 
 === <tt>!SetClanColor(clan, color)</tt> ===
-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`).