Skip to content

Commit

Permalink
Used to identify TALK_COMMON_MISSION.json
Browse files Browse the repository at this point in the history
to fix  #31685
  • Loading branch information
kwl01skz authored and kevingranade committed Jun 21, 2019
1 parent 7926ffe commit 044439e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/extract_json_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ def extract_dynamic_line(line, outfile):
extract_dynamic_line_optional(line, "npc_female", outfile)
extract_dynamic_line_optional(line, "yes", outfile)
extract_dynamic_line_optional(line, "no", outfile)
extract_dynamic_line_optional(line, "has_no_available_mission", outfile)
extract_dynamic_line_optional(line, "has_many_assigned_missions", outfile)
extract_dynamic_line_optional(line, "has_no_assigned_mission", outfile)
elif type(line) == str:
writestr(outfile, line)

Expand Down

0 comments on commit 044439e

Please sign in to comment.