From ae40f210340d1e34695d9953001a76d526a4e457 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Thu, 16 Jul 2015 09:26:34 -0400 Subject: [PATCH] Better phone scale. --- toontown/estate/DistributedPhoneAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/estate/DistributedPhoneAI.py b/toontown/estate/DistributedPhoneAI.py index badc0ad2..0df7c825 100755 --- a/toontown/estate/DistributedPhoneAI.py +++ b/toontown/estate/DistributedPhoneAI.py @@ -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