LuaAPI: warn that siTeamStats is *really* useles
authorWuzzy
Mon, 03 Sep 2018 22:31:57 +0100
changeset 1537 9e6138eb93da
parent 1536 c211178df020
child 1538 1fa7f4048719
LuaAPI: warn that siTeamStats is *really* useles
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Sep 03 22:30:29 2018 +0100
+++ b/LuaAPI.wiki	Mon Sep 03 22:31:57 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>:`”. This currently does not have an effect. || No ||
+|| `siTeamStats` || This 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 ||
 
@@ -1537,10 +1537,6 @@
 -- total number of killed hedgehogs
 SendStat(siKilledHHs, "1")
 
--- report team rating of Megateam to be 250 and that of Superteam to be 100.
-SendStat(siTeamStats, "Megateam:250:")
-SendStat(siTeamStats, "Superteam:100:")
-
 -- best shot award
 SendStat(siMaxStepDamage, "30 hedgehogName (teamName)")