the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

"UNDRESS", "UNDRESS YOURSELF", and "UNDRESS MYSELF" print different responses #28

Open eriktorbjorn opened 2 years ago

eriktorbjorn commented 2 years ago
>UNDRESS
That would hardly be an appropriate thing to do.

>UNDRESS YOURSELF
[You must address characters directly.]

>UNDRESS MYSELF
Punishing yourself that way isn't likely to help matters.

"UNDRESS" gets handled directly by V-UNDRESS.

"UNDRESS YOURSELF" gets caught in PERFORM, because apparently anything involving the YOU object is interpreted as talking to someone else? I'm not sure I dare to change that!

"UNDRESS MYSELF" is listed among HURTVERBS, so it gets caught by ME-F before YOU-F can tell you it's inappropriate. I'm not sure I dare to change HURTVERBS either, but maybe ME-F should handle "UNDRESS" as well?