コード例 #1
0
ファイル: character.py プロジェクト: cluebyte/Fantasy-Combat
 def stop_bleed(self):
     """
     Removes the bleed tick from the character.
     """
     tickerhandler.remove(self, 30)
コード例 #2
0
ファイル: character.py プロジェクト: cluebyte/Fantasy-Combat
 def stop_bleed(self):
     """
     Removes the bleed tick from the character.
     """
     tickerhandler.remove(self, 30)
コード例 #3
0
ファイル: character.py プロジェクト: cluebyte/Fantasy-Combat
 def stop_heal(self):
     """
     Removes the heal tick from the character.
     """
     tickerhandler.remove(self, 60 * 60)
コード例 #4
0
ファイル: character.py プロジェクト: cluebyte/Fantasy-Combat
 def stop_heal(self):
     """
     Removes the heal tick from the character.
     """
     tickerhandler.remove(self, 60 * 60)