Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2012 17:47
Show Gist options
  • Save anonymous/3117884 to your computer and use it in GitHub Desktop.
Save anonymous/3117884 to your computer and use it in GitHub Desktop.
hhhhhhhhhh
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