bye bye velvetRoped

This commit is contained in:
John Cote 2015-07-22 02:08:34 -04:00
parent 4411cb805b
commit e2501c2832

View file

@ -379,14 +379,8 @@ class DistributedGagTree(DistributedPlantBase.DistributedPlantBase):
self.finishInteraction()
return
def velvetRoped(self):
return not base.cr.isPaid() and ToontownBattleGlobals.gagIsPaidOnly(self.gagTrack, self.gagLevel)
def allowedToPick(self):
retval = True
if self.velvetRoped():
retval = False
return retval
return True
def unlockPick(self):
retval = True