Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Updated mana value since it was failing to find
Browse files Browse the repository at this point in the history
  • Loading branch information
maanisim authored Aug 21, 2020
1 parent ee11bdf commit 15fe9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Getters.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def GetHealthPosition():


def GetManaPosition():
ManaPositions = LocateCenterImage('images/PlayerSettings/mana.png', Precision=0.9)
ManaPositions = LocateCenterImage('images/PlayerSettings/mana.png', Precision=0.8)
if ManaPositions[0] != 0 and ManaPositions[1] != 0:
return ManaPositions[0], ManaPositions[1]

Expand Down

0 comments on commit 15fe9ba

Please sign in to comment.