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