Open eriktorbjorn opened 4 years ago
Perhaps move the message to a description routine for Zaphod, and have I-FORD
(which is where the conversation is handled) deal with setting the appropriate bits on Zaphod and Trillian? (I'm adding this note mostly for myself, in case I ever want to submit a patch for this glitch.)
This can happen if you play the game in superbrief mode:
The "At the controls..." message is supposed to be shown only once, when you first enter the room. However,
BRIDGE-F
handles this in theM-LOOK
case, as part of the room description:(I don't think there's any significance to
NDESCBIT
being used here. It was probably just a convenient flag.)So it's not called unless you're actually seeing the room's description.
Actually, the whole scene is a bit odd. You see the text once, and if you look again there's no mention of Zaphod or Trillian even if they're still on the bridge. That's because they both have
NDESCBIT
.There are some similar bugs in Cutthroats as well, making me suspect that very few actually used superbrief mode.