IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

sturdy is broken #737

Closed seiyria closed 9 years ago

seiyria commented 9 years ago

if two people have 1 max hp, and sturdy, they will constantly fire sturdy.

Solution: character.canBeSturdy -- check if maxHP > 7500, can fire sturdy, etc etc and use this in calculations instead