davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

`take` does not recognize objects inside containers you are carrying #155

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

This is caused by the way that the parser handles special inventory_verbs and environment_verbs. The parser handling of these special cases is overall very helpful and should be left in place. This isn't a very large problem, as it occurs rarely and has workarounds, but we should think about the correct way to handle these situations.