mafranks / asciiRPG

Text based RPG for fun
0 stars 0 forks source link

Able to buy spell multiple times #7

Closed mafranks closed 2 years ago

mafranks commented 2 years ago

You can currently buy a spell that you already own by pressing the number of that spell in the magic shop. Add a check to see if the spell is already owned before processing the purchase.

mafranks commented 2 years ago

Added check for spell in player.magic when attempting to buy a spell. Resolves this issue.