LuaAPI: Small tweaks
authorWuzzy
Tue, 01 Jan 2019 22:05:00 +0000
changeset 1697 699a39df73c5
parent 1696 90dc2f42db2b
child 1698 656ec7e0067e
LuaAPI: Small tweaks
LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Jan 01 22:01:02 2019 +0000
+++ b/LuaAPI.wiki	Tue Jan 01 22:05:00 2019 +0000
@@ -502,7 +502,7 @@
 
 The name and hat match the player's team definition. The hog is also always player-controlled.
 
-Example:
+Examples:
 <code language="lua">-- Add player team with 3 hogs
 AddMissionTeam(-1)
 AddMissionHog(100)
@@ -1420,8 +1420,6 @@
 
 Use `AddMissionHog` or `AddHog` afterwards to add hedgehogs for this team. You can mix `AddMissionHog` and `AddHog` as you wish.
 
- * `color`: See `AddTeam`.
-
 Example:
 <code language="lua">-- Add mission team with default clan color
 AddMissionTeam(-1)</code>