diff --git a/toontown/estate/DistributedGagTree.py b/toontown/estate/DistributedGagTree.py index 69167904..0a09e61e 100755 --- a/toontown/estate/DistributedGagTree.py +++ b/toontown/estate/DistributedGagTree.py @@ -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