From 7d4b810f0342b450823bf2906674304dd49ca6c9 Mon Sep 17 00:00:00 2001 From: John Cote Date: Sat, 25 Jul 2015 20:56:30 -0400 Subject: [PATCH] fuck the phone --- toontown/estate/DistributedPhone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/estate/DistributedPhone.py b/toontown/estate/DistributedPhone.py index 2f559787..ca461e18 100755 --- a/toontown/estate/DistributedPhone.py +++ b/toontown/estate/DistributedPhone.py @@ -102,7 +102,7 @@ class DistributedPhone(DistributedFurnitureItem.DistributedFurnitureItem): if self.initialScale: mount.setScale(*self.initialScale) self.usedInitialScale = 1 - phoneSphere = CollisionSphere(0, -0.66, 0, 0.2) + phoneSphere = CollisionSphere(0, -0.88, 0, 0.2) phoneSphere.setTangible(0) phoneSphereNode = CollisionNode(self.phoneSphereEvent) phoneSphereNode.setIntoCollideMask(ToontownGlobals.WallBitmask)