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