From 08e12e765e2e711efb4283c538c4b2e95ba2f5da Mon Sep 17 00:00:00 2001 From: AMurkin <1931904+AMurkin@users.noreply.github.com> Date: Sun, 2 Feb 2020 23:32:03 +0400 Subject: [PATCH] Extract 'and' list --- lang/extract_json_strings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/extract_json_strings.py b/lang/extract_json_strings.py index 24577983f8589..6ead40997ce6d 100755 --- a/lang/extract_json_strings.py +++ b/lang/extract_json_strings.py @@ -544,8 +544,8 @@ def extract_dynamic_line_optional(line, member, outfile): "u_can_stow_weapon", "npc_can_stow_weapon", "u_has_weapon", "npc_has_weapon", "u_driving", "npc_driving", "has_pickup_list", "is_by_radio", "has_reason", -# yes/no strings for complex conditions - "yes", "no" +# yes/no strings for complex conditions, 'and' list + "yes", "no", "and" } def extract_dynamic_line(line, outfile):