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

when fighting creatures, creature status is often repeated #441

Closed scrom closed 8 years ago

scrom commented 8 years ago

e.g. "he's bleeding". This occurs once from attacking them and again when they "tick". As these actions are not aware of each other it's a little tricky to fix.

scrom commented 8 years ago

fixed - won't report bleeding/dying when creature is hurt, only on creature tick.