I am trying to change a variable inside of a class from a method inside that class. Code:
def takeDamage(self, damageTaken): self.cur_health -= da