mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
bye bye velvetRoped
This commit is contained in:
parent
4411cb805b
commit
e2501c2832
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue