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

Asking NPC to fix something they can't should recommend who to talk to. #485

Closed scrom closed 8 years ago

scrom commented 8 years ago

This requires passing map around a lot more and in the creature.repair method, finding a creature with those skills instead.

scrom commented 8 years ago

Done and taken further - a friendly creature will actually go to the repair location and if you arrive in time they'll do the repair.