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

Completing "read" missions should occur immediately upon reading #469

Closed scrom closed 8 years ago

scrom commented 8 years ago

at the moment because read takes n ticks a player tends to see the output of the reading, then a bunch of creature activity and then the "message" from any missions associated with reading the item.

It works but it's ugly

scrom commented 8 years ago

fixed