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