From bc9ec2fad33a3dde593e2cdc5a731c946b347bfb Mon Sep 17 00:00:00 2001 From: thecelloman Date: Tue, 9 Apr 2013 06:24:19 -0400 Subject: [PATCH] Use correct dragCoefficient value in TeleportFlash --- Templates/Full/game/art/datablocks/teleporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Full/game/art/datablocks/teleporter.cs b/Templates/Full/game/art/datablocks/teleporter.cs index 168eea0b2..486729383 100644 --- a/Templates/Full/game/art/datablocks/teleporter.cs +++ b/Templates/Full/game/art/datablocks/teleporter.cs @@ -43,7 +43,7 @@ datablock SFXProfile(TeleportSound) datablock ParticleData(TeleporterFlash : DefaultParticle) { - dragCoefficient = "30"; + dragCoefficient = "5"; inheritedVelFactor = "0"; constantAcceleration = "0"; lifetimeMS = "500";