YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

Express HP as a Range #27

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

You have Min(0), Max, and Value (current HP). Why not. Put getter/setter functions to control the Range. Should make things like translating to Bars straightforward.

YeOldeDM commented 7 years ago

HP Range is implemented in Creature. No testing has been done yet though, and some more thought needs to be put into whether this is worth doing at all.