diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-05 14:07:43 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-05 14:07:43 -0400 |
| commit | 68ea9331aad9a947f2fce995043a3b4bf8fd8290 (patch) | |
| tree | 5ffced03a5f140174c5490d756edc282af8b590e /configure.py | |
| parent | 6812d925ff1d919f7baf1475aa71f714e25136c9 (diff) | |
d_a_npc_mt OK for all versions
closes #348
Diffstat (limited to 'configure.py')
| -rwxr-xr-x | configure.py | 2 |
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"), |
