diff options
| author | Teddy Heidmann <ateddy42@users.noreply.github.com> | 2026-07-30 14:11:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 17:11:54 -0400 |
| commit | 32cd6f7080ebbed158f789f2521c1db576dd165e (patch) | |
| tree | 09b3450b0ec69f30362ee165bfdca664f653b223 /configure.py | |
| parent | be8da688fcc755d77e2cdb7a69124297b01ff683 (diff) | |
d_a_obj_majyuu_door 100% Matching (#1138)
* Initial structure
* More progress
* fix index
* _create()
* more progress
* modeProcCall
* fix smoke_set
* Matching
* add demo support, remove current.roomNo
* cleanup
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 8b9bf3fa..68c24a3c 100755 --- a/configure.py +++ b/configure.py @@ -1569,7 +1569,7 @@ config.libs = [ ActorRel(Matching, "d_a_obj_canon"), ActorRel(Matching, "d_a_obj_eff"), ActorRel(NonMatching, "d_a_obj_magmarock"), - ActorRel(NonMatching, "d_a_obj_majyuu_door"), + ActorRel(Matching, "d_a_obj_majyuu_door"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_stair"), ActorRel(NonMatching, "d_a_obj_swflat"), ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_swhammer"), |
