davedotluebke / old-skool-text-game

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

`pour out in sink` functionality broken #156

Closed 1Bayshore closed 2 years ago

1Bayshore commented 4 years ago

When I attempted to pour out the contents of a bottle in the sink (domains.school.forest.sink), it deleted the bottle and raised an error. Filling items at the sink still works (as far as I can tell).

As a side note, we may want to do a larger reconsidering of how liquids work. The current implementation leads to many small problems like this.