Merge pull request #323 from thecelloman/fixteleportflash

Use correct dragCoefficient value in TeleportFlash
This commit is contained in:
SilentMike 2013-04-09 11:00:14 -07:00
commit b1a2140e61

View file

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