# HG changeset patch # User Wuzzy # Date 1518718097 0 # Node ID b228006249f825fbd2b45bdf75f17252b4fe106a # Parent 02d09713a6c8f757def02185d123a488089a79af LuaAPI: fix typo in getteamstats diff -r 02d09713a6c8 -r b228006249f8 LuaAPI.wiki --- a/LuaAPI.wiki Thu Feb 15 09:21:56 2018 +0000 +++ b/LuaAPI.wiki Thu Feb 15 18:08:17 2018 +0000 @@ -1363,12 +1363,12 @@ === !GetTeamStats(teamname) (0.9.23) === Returns a table of internal stats of a team. This table has the following fields: -* `Kills`: Number of kills -* `Suicides`: Number of suicides (not yet working) -* `AIKills`: Number of AI kills -* `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog) -* `TurnSkips`: Number of skipped turns -* `TeamDamage`: Damage inflicted to own team (excluding current hedgehog) + * `Kills`: Number of kills + * `Suicides`: Number of suicides (not yet working) + * `AIKills`: Number of AI kills + * `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog) + * `TurnSkips`: Number of skipped turns + * `TeamDamage`: Damage inflicted to own team (excluding current hedgehog) == Math Functions ==