GameStyles.wiki
changeset 2031 6ac51d7a29c9
parent 2030 1c0077fa2f65
--- a/GameStyles.wiki	Sat Oct 12 16:27:19 2019 +0100
+++ b/GameStyles.wiki	Sat Oct 12 16:27:37 2019 +0100
@@ -26,7 +26,7 @@
 
  * In `onGameInit`, you can read the scheme settings and also change them. You can overwrite pretty much all scheme settings here.
  * In `onParameters`, you can parse the script parameter (which is also specified by the player in the game scheme).
- * The functions `AddHog`, `AddMissionHog, `AddTeam` and `AddMissionTeam` are pointless here. Teams are chosen by the players, hogs are placed by the engine
+ * The functions `AddHog`, `AddMissionHog`, `AddTeam` and `AddMissionTeam` are pointless here. Teams are chosen by the players, hogs are placed by the engine
  * Campaign variables and mission variables are pointless here.
 
 == Config file format ==