コード例 #1
0
 def velvetRoped(self):
     return not base.cr.isPaid() and ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack, self.gagLevel)
コード例 #2
0
ファイル: DistributedGagTree.py プロジェクト: z010155/c0d3
 def velvetRoped(self):
     return not base.cr.isPaid() and ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack, self.gagLevel)
コード例 #3
0
 def velvetRoped(self):
     if not base.cr.isPaid():
         pass
     return ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack,
                                                self.gagLevel)