Skip to content
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

V-HANG-UP does not clear WEARBIT #55

Open
eriktorbjorn opened this issue Feb 24, 2020 · 1 comment
Open

V-HANG-UP does not clear WEARBIT #55

eriktorbjorn opened this issue Feb 24, 2020 · 1 comment

Comments

@eriktorbjorn
Copy link

>INVENTORY
You are carrying:
  a costume receipt
  a western mask (being worn)
  a notebook
  a pen
  a gunbelt (being worn)

>HANG UP GUNBELT
Hung.

>LOOK
East Coat Closet
This is a large coat closet full of rather damp coats, overcoats, and raincoats.
There's a gunbelt here.
There's a reporter's overcoat here.

>TAKE OFF GUNBELT
Okay, you're no longer wearing the gunbelt.

That's because V-HANG-UP moves the object from your inventory into the room, but does not clear its WEARBIT in the process:

			     (T
			      <MOVE ,PRSO ,HERE>
			      <TELL "Hung." CR>)>)
@eriktorbjorn
Copy link
Author

Another thing that doesn't clear WEARBIT is showing objects to the detective. See DETECTIVE-F:

		      (<VERB? SHOW>
		       <MOVE ,PRSO ,DETECTIVE>
		       <FSET ,PRSO ,TRYTAKEBIT>
		       <TELL
" looks at " THE ,PRSO " for a moment, then takes it.">)
>INVENTORY
You are carrying:
  a costume receipt
  a western mask (being worn)
  a notebook
  a pen
  a gunbelt (being worn)

>SHOW WESTERN MASK TO DETECTIVE
The detective looks at the western mask for a moment, then takes it. "Well,
thank you, but I don't see what this has to do with the case."

>FIND WESTERN MASK
The detective has it.

>TAKE OFF WESTERN MASK
You remove your mask, revealing your smiling face and twinkling eyes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant