jonoxia / rpgbase

Generic Node.js/HTML5 role-playing game client/server
8 stars 6 forks source link

Stop clumping up the party when re-entering map screen after a fight #29

Closed jonoxia closed 11 years ago

jonoxia commented 11 years ago

this is not the desired behavior -- it's a side effect of how I implemented MarchInOrder, which is called after a fight ends in order to eliminate gaps caused by killed PCs.