reactive-retro / retro-app

The Ionic app that runs the game.
GNU General Public License v3.0
1 stars 3 forks source link

remove monsters from map when dead #95

Closed seiyria closed 8 years ago

seiyria commented 8 years ago

there needs to be some sort of mechanism to keep track of what has died (and then clear it out hourly, as well). probably, just keep an array of guids or something on the player, then hide monsters accordingly.

this will also have to be validated server side to make sure players aren't engaging dead monsters.