Open eriktorbjorn opened 5 years ago
This bug seems to be present in quite a lot of games. A quick look through the code suggests that the following games may be affected:
But don't take my word for it, because I didn't actually verify it. Some games have the code for it, but it's commented out. And some games, like Zork I-III, have the code but add a check for TOUCHBIT
, just like I suggested earlier.
Infidel is definitely affected.
I don't think the bug can be triggered in Seastalker. There are very few objects that have an FDESC
, and I don't think any of them can be put in an openable container. (The microphone at the start won't fit inside the magazine.)
This is the same as https://github.com/the-infocom-files/deadline/issues/30
In this example, I'm using the nest (which can incorrectly be opened and closed) which contains the ray gun:
It should probably only do that if the object inside hasn't been touched.