mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00: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
|
return 0
|
||||||
|
|
||||||
def getDeliveryTime(self):
|
def getDeliveryTime(self):
|
||||||
return 1
|
return 0
|
||||||
|
|
||||||
def getPicture(self, avatar):
|
def getPicture(self, avatar):
|
||||||
gui = loader.loadModel('phase_4/models/gui/fishingGui')
|
gui = loader.loadModel('phase_4/models/gui/fishingGui')
|
||||||
|
@ -92,4 +92,4 @@ def getAllTanks():
|
||||||
for old, new in FishGlobals.NextTank.iteritems():
|
for old, new in FishGlobals.NextTank.iteritems():
|
||||||
list.append(CatalogTankItem(new))
|
list.append(CatalogTankItem(new))
|
||||||
|
|
||||||
return list
|
return list
|
||||||
|
|
Loading…
Reference in a new issue