LuaAPI: fix typo in getteamstats
authorWuzzy
Thu, 15 Feb 2018 18:08:17 +0000
changeset 1211 b228006249f8
parent 1210 02d09713a6c8
child 1212 ba87334e07c9
LuaAPI: fix typo in getteamstats
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 @@
 === <tt>!GetTeamStats(teamname)</tt> (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 ==