mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Better phone scale.
This commit is contained in:
parent
603dad00cb
commit
ae40f21034
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class DistributedPhoneAI(DistributedFurnitureItemAI):
|
|||
|
||||
def __init__(self, air, furnitureMgr, catalogItem):
|
||||
DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
|
||||
self.initialScale = (1, 1, 1)
|
||||
self.initialScale = (0.8, 0.8, 0.8)
|
||||
self.inUse = False
|
||||
self.currAvId = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue