--- a/LuaAPI.wiki Wed Apr 08 16:13:17 2015 +0000
+++ b/LuaAPI.wiki Wed Jul 08 13:38:44 2015 +0000
@@ -79,7 +79,8 @@
|| `CurrentHedgehog` || The hedgehog gear that is currently in play ||
=== !GameFlags ===
-The !GameFlags are used to store simple boolean settings of the game. All game flags are stored together in a bitmask. You don’t have to worry about this too much, the functions in [LuaAPI#GameFlags] do all the bitmask handling for you.
+The !GameFlags are used to store simple boolean settings of the game.
+You can read/modify them using the [LuaAPI#GameFlags_functions GameFlags-Functions].
|| *Identifier* || *Description (active state)* ||
|| `gfOneClanMode` || Used when only one clan is in the game. This game flag is primarily used for training missions. ||