Ejemplo n.º 1
0
 def stop_bleed(self):
     """
     Removes the bleed tick from the character.
     """
     tickerhandler.remove(self, 30)
Ejemplo n.º 2
0
 def stop_bleed(self):
     """
     Removes the bleed tick from the character.
     """
     tickerhandler.remove(self, 30)
Ejemplo n.º 3
0
 def stop_heal(self):
     """
     Removes the heal tick from the character.
     """
     tickerhandler.remove(self, 60 * 60)
Ejemplo n.º 4
0
 def stop_heal(self):
     """
     Removes the heal tick from the character.
     """
     tickerhandler.remove(self, 60 * 60)