mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
fuck the phone
This commit is contained in:
parent
95649ed20a
commit
7d4b810f03
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue