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

player status should list active missions that have been discovered #496

Open scrom opened 8 years ago

scrom commented 8 years ago

dialogue with characters starts missions but they're not shown in player status as they're static, only the main portable missions are.

this needs work as the easter egg hidden missions should not be shown, nor should events may need to work out which should be flagged and when (likely anything with a conversation state > 0 would be a start)