scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

"drink venom" returns bad message #484

Closed scrom closed 8 years ago

scrom commented 8 years ago

it says "it'd get stuck in your throat" - an artefact of not being drinkable. This needs improving - possibly a custom action would solve it but the "drink" verb will need to check custom actions if it doesn't already.

scrom commented 8 years ago

fixed - eat and drink now check for custom actions from both artefact and creature