mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Instant delivery for tanks.
This commit is contained in:
parent
f36f395054
commit
49764e5163
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class CatalogTankItem(CatalogItem.CatalogItem):
|
|||
return 0
|
||||
|
||||
def getDeliveryTime(self):
|
||||
return 1
|
||||
return 0
|
||||
|
||||
def getPicture(self, avatar):
|
||||
gui = loader.loadModel('phase_4/models/gui/fishingGui')
|
||||
|
@ -92,4 +92,4 @@ def getAllTanks():
|
|||
for old, new in FishGlobals.NextTank.iteritems():
|
||||
list.append(CatalogTankItem(new))
|
||||
|
||||
return list
|
||||
return list
|
||||
|
|
Loading…
Reference in a new issue