-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't pick up the rope or hook after dying (if they are tied together) #12
Comments
The problem seems to be that the parser expects the rope and hook to be together when they are tied. See main.f:
Object 9 is the rope, object 16 is the grappling hook, and
Room 83 is the top of a steep precipice. I don't think I've ever gotten that far (I thought I had to tie them together to get out of the bedroom, but that didn't work... which was how I died and discovered the bug in the first place) so I'm not sure what that's about. But the second line is important, because that means that if either the rope or the grappling hook aren't in the room it will go to 201, which prints "I don't see that here." I don't see anything in the "DEATH AND REINCARNATION" part of the code that would either split up the objects (by resetting |
My take is:
|
Sounds good to me, and I take it that means this kind of bug reports are still worth filing for future reference. |
Well, I don't encourage people to file issues on this repo just for "original bugs"; that isn't useful for my purposes. But I can also see how some original bugs might be interesting for people to hear about. I mean, I'm the guy who blogged https://quuxplusone.github.io/blog/2020/02/06/water-bottle-bug/ and https://quuxplusone.github.io/blog/2019/01/28/mcdo0551-sandbox-game/ 🙂 I just really don't want people opening a bunch of issues like " |
How about just a single bug report for all known irregularities in the text? |
Anyway, I promise I'll stick to weird bugs. I think this one qualifies. :-) |
I haven't tried to diagnose why this happens, but if I've tied the rope and grappling hook together, and then get myself killed and resurrected, the hook and rope are scattered along with the rest of your inventory. But if I find them again, I can't pick them up except with "TAKE ALL":
I haven't checked if any other objects are affected. I'll see if I can figure anything out later.
The text was updated successfully, but these errors were encountered: