def velvetRoped(self):
     return not base.cr.isPaid() and ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack, self.gagLevel)
示例#2
0
 def velvetRoped(self):
     return not base.cr.isPaid() and ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack, self.gagLevel)
 def velvetRoped(self):
     if not base.cr.isPaid():
         pass
     return ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack,
                                                self.gagLevel)