From 48084c1ccd8f7028632e07d006191d10a03ab0e1 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Mon, 6 May 2024 08:47:06 -0500 Subject: [PATCH] mnu_monster define --- pythonlib/games/ToolsTOR.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index f6c15e0..1cd4bf3 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -891,6 +891,9 @@ class ToolsTOR(ToolsTales): "-strequ", "__MNU_STATUS_OVL_PATH__", str(self.paths["temp_files"] / "DAT" / "OVL" / "11216.ovl"), + "-strequ", + "__MNU_MONSTER_OVL_PATH__", + str(self.paths["temp_files"] / "DAT" / "OVL" / "11217.ovl"), ] )