K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

Game Freezes if player tries to heal above max health with potions #57

Closed K-Mistele closed 6 years ago

K-Mistele commented 6 years ago

(the title pretty much explains everything)

K-Mistele commented 6 years ago

Fixed. A while loop was getting stuck because the variable storing the increment was inside an if statement when it should've been outside the statement.