diff --git a/pythonlib/games/ToolsTales.py b/pythonlib/games/ToolsTales.py index b7e708f..5f1e596 100644 --- a/pythonlib/games/ToolsTales.py +++ b/pythonlib/games/ToolsTales.py @@ -24,7 +24,7 @@ from pythonlib.formats.pak import Pak class ToolsTales: - COMMON_TAG = r"(<\w+:?\w+>)" + COMMON_TAG = r"(<[\w/]+:?\w+>)" HEX_TAG = r"(\{[0-9A-F]{2}\})" PRINTABLE_CHARS = "".join( (string.digits, string.ascii_letters, string.punctuation, " ")