davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Increase `max_mana` after certain magical feats, quests, etc #164

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

In #85, we implemented a magic system. It is complete except for one feature - increasing of player's max_mana attribute (and regeneration ability?) when they complete quests and grow stronger. We should decide how to add this and implement it.