Skip to content

Commit

Permalink
Fixed glitch extractor to prevent mess with fenerox phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
xomachine committed Jul 1, 2017
1 parent 0ccfb39 commit d2a365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extract_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def normpath(path):
texts_prefix = "texts"
sub_file = normpath(join(prefix, "substitutions.json"))

glitchEmoteExtractor = regex("^([A-Za-z]{,3}\s?[A-Za-z]+\.)\s+(.*)")
glitchEmoteExtractor = regex("^([In]{,3}\s?[A-Za-z]+\.)\s+(.*)")
glitchIsHere = regex("^.*[gG]litch.*")


Expand Down

0 comments on commit d2a365f

Please sign in to comment.