high grav method

This commit is contained in:
Zach 2015-05-30 09:26:01 -05:00
parent e3832ffac7
commit ce79646583

View file

@ -89,3 +89,6 @@ class DistributedPillow(DistributedObject):
def gravityLow(self, entry):
base.localAvatar.controlManager.currentControls.setGravity(ToontownGlobals.GravityValue * 1.25)
def gravityHigh(self, entry):
base.localAvatar.controlManager.currentControls.setGravity(ToontownGlobals.GravityValue * 2.00)