Further reduced the container shell timeToLive value.

This commit is contained in:
ulteq 2015-06-07 12:12:06 +02:00
parent 5e30c88d11
commit 665fa55adf

View File

@ -4,7 +4,7 @@ class CfgAmmo {
model = PATHTOF(data\ace_m1070_armed.p3d);
lightColor[] = {0, 0, 0, 0};
smokeColor[] = {0, 0, 0, 0};
timeToLive = 10;
timeToLive = 6;
};
class ShellBase;