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

"laylow" event parent not cleared after stealing valuables #428

Closed scrom closed 8 years ago

scrom commented 8 years ago

as a result, part of the plot isn't accessible

scrom commented 8 years ago

It looks like one problem might be that inactive event missions don't attach to the player when expected. The same happens with the time of day events (just added)

scrom commented 8 years ago

hmm- even with event associated to player, it looks like parent is being cleared but timer is not being started.

scrom commented 8 years ago

this should now be fixed but needs play testing

scrom commented 8 years ago

It needed a bit of extra fixing - player missions were successfully having their parent mission cleared but timers weren't being started.