The "POCKET" verb works as a shortcut for "PUT object IN POCKET", but when it fails it can print odd messages. This is at the start of the game:
>GET COIN FROM POCKET
You take the seven-sided coin out of your pocket.
>DROP COIN
You put down the seven-sided coin.
>POCKET COIN
Maybe you should take the seven-sided coin out of the Palace Gate first.
The "POCKET" verb works as a shortcut for "PUT object IN POCKET", but when it fails it can print odd messages. This is at the start of the game:
The verb is defined like this:
Perhaps we should change that to:
Then the parser would print "You're not holding a seven-sided coin." instead.