ironmonk88 / monks-active-tiles

GNU General Public License v3.0
47 stars 28 forks source link

[BUG] Cannot trigger disabled tiles part of Token Attacher actor #788

Open DragoGlam opened 1 month ago

DragoGlam commented 1 month ago

Describe the bug A MATT tile is trying to trigger other tiles belonging to a Token Attacher (TA) actor. It works if the TA tiles are MATT-enabled, but not if they are MATT-disabled (although the "allow disabled" option is checked in the calling tile). If TA tiles are enabled, everything runs smoothly, hence the MATT sequence of actions seems to be properly set up. But I would rather disable these TA tiles individually to avoid triggering these by accident.

Expected behavior I would expect, from a given tile, to be able to trigger the MATT sequence of actions of MATT disabled-tiles that are part of a Token Attacher actor. (see Additional Context below.)

Please complete as much of the following information as possible:

Additional context Trying to build a random dynamic dungeon, assembling elementary building blocks. Each building block is the same actor created with Token Attacher and is made of :

A unique tile should allow me to trigger every floor tile (using a generic Tagger tag) to modify the dungeon structure. Of course, the "allow disable" option is checked but as it is part of a Token Attacher actor, it does not seem to work. (just my assumption).

Crowguard commented 1 month ago

Cannot replicate this.

https://github.com/ironmonk88/monks-active-tiles/assets/99844555/7e3b6b3e-ee24-43c4-9ed2-da8c3ccb8d35

DragoGlam commented 1 month ago

Thank you for giving it a try. I have done some further testing, but without any success. I will try to record a video (not sure i have the proper tools to do it). Could we possibly plan a call for a live demo ?