--- 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>