Created
July 15, 2012 17:47
-
-
Save anonymous/3117884 to your computer and use it in GitHub Desktop.
hhhhhhhhhh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elif enamyAttack == 3: | |
time.sleep(1) | |
print('The ' +enamyDetails[0] + ' attacks you with ' + enamyDetails[6] + ' for ' + enamyDetails[7] +' damage') | |
playerHealth = playerHealth - int(enamyDetails[7]) | |
if playerHealth <= 0: | |
combotLost = True | |
elif enamyDetails[10] !=0: | |
playerStatus = int(enamyDetails[10]) | |
playerTurn = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment