HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #764485
openwrong container trapped/trap discovered
0%
Description
When there are multiple containers in a room, the traps discovered do not match the traps triggered.
Probably some of-by-one-error or problem with iterating through the containers.
Game version is TrapQuest180711D, interpreter is gargoyle.
I have attached 3 savefiles, following the steps to reproduce the issue:
crate test.sav - 3 containers present, none checked yet
chest trapped.sav - the treasure chest is identified as being trapped, the other containers appear to be safe
sack triggered.sav - opening the large sack triggers the bukkake trap identified on the chest, opening the other containers triggers nothing
I reverted to an earlier save and redid the steps to create the savefiles, and in both cases the trap was triggered on the container listed after the container where the trap was discovered. For these saves it actually wraps around (the large sack is listed first here).
Files
Updated by Aika X over 6 years ago
- Status changed from New to Blocked
This is actually working as intended, or at least working as coded. Container traps are connected to the room and automatically trigger as soon as any container in the room is opened. This doesn't make sense for any trap which describes itself as having been inside the container all along, e.g. a magic dust trap, so yeah I should probably think about improving this.