# HG changeset patch # User Wuzzy # Date 1543885767 0 # Node ID 899707a349b3fef3c5ea5bda0c5d8a8259b6f967 # Parent a262e8d3380d3f03016d1b1b0d487dfa33d551a3 LuaAPI: fix typo diff -r a262e8d3380d -r 899707a349b3 LuaAPI.wiki --- a/LuaAPI.wiki Tue Dec 04 01:07:12 2018 +0000 +++ b/LuaAPI.wiki Tue Dec 04 01:09:27 2018 +0000 @@ -103,7 +103,7 @@ || *Identifier* || *Description (active state)* || || `gfOneClanMode` || Used when only one clan is in the game. This game flag is primarily used for training missions. || -|| `gfMultiWeapon` || Shooting any weapon enters multi-shot mode with infinite shots. The remaining shots counter for weaoons like shotgun is suppressed. Intended for target practice missions, not recommended for anything else. || +|| `gfMultiWeapon` || Shooting any weapon enters multi-shot mode with infinite shots. The remaining shots counter for weapons like shotgun is suppressed. Intended for target practice missions, not recommended for anything else. || || `gfSwitchHog` || Free hog switching at turn start || || `gfDivideTeams` || Each clan will start in its own side of the terrain. No effect if `gfPlaceHog` is active. || || `gfBorder` || An indestructible border is active around the map. ||