heasm66 / mdlzork

Different versions of original mainframe Zork reconstructed and patched to run under Confusion.
15 stars 6 forks source link

771212: TAKE item #2

Closed heasm66 closed 3 years ago

heasm66 commented 3 years ago

TAKE item, takes the item but also prints "You already have it."

heasm66 commented 3 years ago

Change line 205 of 77np.mud from <OR <CAN-TAKE? .OBJ> <NOT <VTRNN .VRB ,VTBIT>>>> to <AND <CAN-TAKE? .OBJ> <NOT <VTRNN .VRB ,VTBIT>>>>

This is probably an original bug. The OR makes the game always TAKE takable items and ignoring the NO-TAKE flag. This makes the game unwinable because you can't BOARD the boat.