LuaAPI: fix syntax
authorWuzzy
Thu, 08 Feb 2018 18:23:14 +0000
changeset 1156 e739aecb013a
parent 1155 90bf2e940925
child 1157 700fccda9e4d
LuaAPI: fix syntax
LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Feb 08 18:22:57 2018 +0000
+++ b/LuaAPI.wiki	Thu Feb 08 18:23:14 2018 +0000
@@ -84,7 +84,7 @@
 || `CursorX` || The X position of the cursor if the player is choosing a target. Otherwise, this is `-2147483648` ||
 || `CursorY` || The Y position of the cursor if the player is choosing a target. Otherwise, this is `-2147483648` ||
 || `WaterLine` || The y position of the water, used to determine at which position stuff drowns. Use `SetWaterLine` to change. ||
-|| `ClansCount` || Number of clans in the game, including defeated ones (a clan is a group of teams with same color)
+|| `ClansCount` || Number of clans in the game, including defeated ones (a clan is a group of teams with same color) ||
 || `TeamsCount` || Total number of teams, including defeated ones ||
 || `TurnTimeLeft` || Number of game ticks (milliseconds) left until the current turn ends. You can change this variable directly. ||
 || `ReadyTimeLeft` || Remaining ready time in millseconds, 0 if turn in progress. Can be set in onNewTurn. In other places, it should only be read, not written. ||