the-infocom-files / seastalker

Seastalker
3 stars 3 forks source link

V-DISEMBARK oddity #27

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

It seems that V-DISEMBARK handles both "GET OUT object" and "GET OUT OF object", which means it can print unexpected things:

>GET OUT TOOL
You don't need to take out the Universal Tool to use it.

>DROP TOOL
Okay, the Universal Tool is now on the floor.

>GET OUT TOOL
You're not in the Universal Tool!

I don't know what would be the best way of handling this, if it should be handled at all. Perhaps V-DISEMBARK should check if PRSO has TAKEBIT, and print something different then?