Use correct dragCoefficient value in TeleportFlash

This commit is contained in:
thecelloman 2013-04-09 06:24:19 -04:00
parent 1ed1a41256
commit bc9ec2fad3

View file

@ -43,7 +43,7 @@ datablock SFXProfile(TeleportSound)
datablock ParticleData(TeleporterFlash : DefaultParticle)
{
dragCoefficient = "30";
dragCoefficient = "5";
inheritedVelFactor = "0";
constantAcceleration = "0";
lifetimeMS = "500";