# HG changeset patch
# User Wuzzy
# Date 1520465016 0
# Node ID ea75236aa30c25c49a489961cad7cfefdd582669
# Parent 0d49f34fb077d152eaebdabeda6711fe252938f1
LuaAPI: clarify initial GameFlags
diff -r 0d49f34fb077 -r ea75236aa30c LuaAPI.wiki
--- a/LuaAPI.wiki Wed Mar 07 23:20:49 2018 +0000
+++ b/LuaAPI.wiki Wed Mar 07 23:23:36 2018 +0000
@@ -960,7 +960,7 @@
Disables the listed !GameFlags, without changing the status of other !GameFlags.
==== !EnableGameFlags(gameflag, ...) ====
-Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set.
+Enables the listed !GameFlags, without changing the status of other !GameFlags. In missions, no !GameFlags are set initially.
==== !GetGameFlag(gameflag) ====
Returns `true` if the specified gameflag is enabled, otherwise `false`.