diff --git a/direct/src/level/DistributedLevel.py b/direct/src/level/DistributedLevel.py index 4e238575ab..9781a15f31 100755 --- a/direct/src/level/DistributedLevel.py +++ b/direct/src/level/DistributedLevel.py @@ -274,7 +274,7 @@ class DistributedLevel(DistributedObject.DistributedObject, floorNode = collisionEntry.getIntoNode() if floorNode.hasTag('ouch'): ouchLevel = int(floorNode.getTag('ouch')) - self.startOuch(ouchLevel*2) + self.startOuch(ouchLevel) self.accept('enter%s' % floorCollName, handleZoneEnter) # also listen for zone exit events for the sake of the