summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 14:07:43 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 14:07:43 -0400
commit68ea9331aad9a947f2fce995043a3b4bf8fd8290 (patch)
tree5ffced03a5f140174c5490d756edc282af8b590e /configure.py
parent6812d925ff1d919f7baf1475aa71f714e25136c9 (diff)
d_a_npc_mt OK for all versions
closes #348
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 229f76e7..10085b52 100755
--- a/configure.py
+++ b/configure.py
@@ -1684,7 +1684,7 @@ config.libs = [
ActorRel(Matching, "d_a_npc_ls1"),
ActorRel(NonMatching, "d_a_npc_mk"),
ActorRel(NonMatching, "d_a_npc_mn"),
- ActorRel(MatchingFor("GZLE01"), "d_a_npc_mt"),
+ ActorRel(Matching, "d_a_npc_mt"),
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_nz"),
ActorRel(NonMatching, "d_a_npc_ob1"),
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_npc_os"),