LuaAPI: warn that siTeamStats is useles
authorWuzzy
Mon, 03 Sep 2018 22:30:29 +0100
changeset 1536 c211178df020
parent 1535 9f33e3eb9798
child 1537 9e6138eb93da
LuaAPI: warn that siTeamStats is useles
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Sep 03 22:25:51 2018 +0100
+++ b/LuaAPI.wiki	Mon Sep 03 22:30:29 2018 +0100
@@ -1500,7 +1500,7 @@
 || `siMaxStepKills` || Most hedgehogs killed in a round. `statMessage` must be in format “`<kills> <name of killer hedgehog> (<team name of killer>)`”. || No ||
 || `siMaxTeamDamage` || Team with most damage inflicted to self. `statMessage` must be in the format “`<damage> <team name>`”. || No ||
 || `siKilledHHs` || Total number of killed hedgehogs (converted to string). || No ||
-|| `siTeamStats` || Report a team rating (default: team health) of a single team. Higher = better. Format: “`<team name>:<team rating>:`”. || No ||
+|| `siTeamStats` || Report a team rating (default: team health) of a single team. Higher = better. Format: “`<team name>:<team rating>:`”. This currently does not have an effect. || No ||
 || `siMaxStepDamage` || Most damage in one turn for the “best shot award”. `statMessage` must be in format “`<damage> <hedgehog name> (<team name>)`”. || No ||
 || `siMaxTurnSkips` || Team with most skips. `statMessage` must be of format “`<number> <teamName>`”. || No ||