From caee647d863ed77d4a7c289c56d2d45980eea137 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 15 May 2021 15:34:07 +0100 Subject: [PATCH] Clarify that the "LOOT" condition file path may not exist If the condition is being evaluated by an application other than LOOT. --- docs/metadata/conditions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata/conditions.rst b/docs/metadata/conditions.rst index 059bc8bb..e3179a68 100644 --- a/docs/metadata/conditions.rst +++ b/docs/metadata/conditions.rst @@ -20,7 +20,7 @@ Types .. describe:: file_path - A double-quoted file path, or ``"LOOT"``, which references the LOOT executable being run. + A double-quoted file path, or ``"LOOT"``, which resolves to `LOOT.exe` in the current working directory. Bear in mind that `LOOT.exe` may not be present if the condition is being evaluated by an application other than LOOT. .. describe:: regular_expression