Better phone scale.

This commit is contained in:
Loudrob 2015-07-16 09:26:34 -04:00
parent 603dad00cb
commit ae40f21034

View file

@ -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