LuaGameplay: clarify SetClanColor
authorWuzzy
Tue, 08 Oct 2019 16:58:22 +0100
changeset 1983 1098683f138f
parent 1982 f595ecf7922a
child 1984 48fb7b41cccf
LuaGameplay: clarify SetClanColor
LuaGameplay.wiki
--- a/LuaGameplay.wiki	Mon Oct 07 14:21:57 2019 +0100
+++ b/LuaGameplay.wiki	Tue Oct 08 16:58:22 2019 +0100
@@ -450,7 +450,7 @@
 === <tt>!SetClanColor(clan, color)</tt> ===
 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`).
+Note: The stats graph does not support clan colors that change in mid-game. 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`).
 
 == Campaign management ==
 === <tt>!SaveCampaignVar(varname, value)</tt> ===